Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
79d3c492
Unverified
Commit
79d3c492
authored
Mar 03, 2021
by
J-shang
Committed by
GitHub
Mar 03, 2021
Browse files
update sklearn version to 0.24.1 (#3407)
parent
b0d62be8
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+2
-2
dependencies/required.txt
dependencies/required.txt
+1
-1
docs/requirements.txt
docs/requirements.txt
+1
-1
pipelines/full-test-linux.yml
pipelines/full-test-linux.yml
+1
-1
pipelines/full-test-windows.yml
pipelines/full-test-windows.yml
+1
-1
No files found.
Dockerfile
View file @
79d3c492
...
...
@@ -63,9 +63,9 @@ RUN python3 -m pip --no-cache-dir install torch==1.4.0
RUN
python3
-m
pip
install
torchvision
==
0.5.0
#
# sklearn 0.2
3.2
# sklearn 0.2
4.1
#
RUN
python3
-m
pip
--no-cache-dir
install
scikit-learn
==
0.2
3.2
RUN
python3
-m
pip
--no-cache-dir
install
scikit-learn
==
0.2
4.1
#
# pandas==0.23.4 lightgbm==2.2.2
...
...
dependencies/required.txt
View file @
79d3c492
...
...
@@ -9,7 +9,7 @@ responses
schema
PythonWebHDFS
colorama
scikit-learn >= 0.2
3.2
scikit-learn >= 0.2
4.1
websockets
filelock
prettytable
...
...
docs/requirements.txt
View file @
79d3c492
...
...
@@ -12,7 +12,7 @@ peewee
nbsphinx
schema
tensorboard
scikit-learn>=0.2
3.2
scikit-learn>=0.2
4.1
thop
colorama
pkginfo
...
...
pipelines/full-test-linux.yml
View file @
79d3c492
...
...
@@ -28,7 +28,7 @@ jobs:
-
script
:
|
set -e
python3 -m pip install scikit-learn==0.2
3.2
python3 -m pip install scikit-learn==0.2
4.1
python3 -m pip install torchvision==0.7.0
python3 -m pip install torch==1.6.0
python3 -m pip install 'pytorch-lightning>=1.1.1,<1.2'
...
...
pipelines/full-test-windows.yml
View file @
79d3c492
...
...
@@ -25,7 +25,7 @@ jobs:
displayName
:
Install NNI
-
script
:
|
python -m pip install scikit-learn==0.2
3.2
python -m pip install scikit-learn==0.2
4.1
python -m pip install keras==2.1.6
python -m pip install torch==1.6.0 torchvision==0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install 'pytorch-lightning>=1.1.1,<1.2'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment