Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
57d2a0e5
Unverified
Commit
57d2a0e5
authored
Feb 19, 2021
by
Yuge Zhang
Committed by
GitHub
Feb 19, 2021
Browse files
Pin PyTorch-lightning version to less than 1.2 (#3387)
parent
445e7e0b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
dependencies/recommended.txt
dependencies/recommended.txt
+1
-1
dependencies/required.txt
dependencies/required.txt
+2
-2
pipelines/fast-test.yml
pipelines/fast-test.yml
+2
-2
No files found.
dependencies/recommended.txt
View file @
57d2a0e5
...
...
@@ -6,7 +6,7 @@ torch == 1.6.0+cpu ; sys_platform != "darwin"
torch == 1.6.0 ; sys_platform == "darwin"
torchvision == 0.7.0+cpu ; sys_platform != "darwin"
torchvision == 0.7.0 ; sys_platform == "darwin"
pytorch-lightning
pytorch-lightning
>= 1.1.1, < 1.2
onnx
peewee
graphviz
dependencies/required.txt
View file @
57d2a0e5
astor
hyperopt==0.1.2
hyperopt
==
0.1.2
json_tricks
netifaces
psutil
...
...
@@ -9,7 +9,7 @@ responses
schema
PythonWebHDFS
colorama
scikit-learn>=0.23.2
scikit-learn
>=
0.23.2
websockets
filelock
prettytable
...
...
pipelines/fast-test.yml
View file @
57d2a0e5
...
...
@@ -132,7 +132,7 @@ stages:
-
task
:
Cache@2
inputs
:
key
:
'
python
|
"$(Agent.OS)"
|
dependencies/*.txt'
key
:
'
python
|
"$(Agent.OS)"
|
latest
|
dependencies/*.txt'
restoreKeys
:
|
python | "$(Agent.OS)"
python
...
...
@@ -141,7 +141,7 @@ stages:
-
task
:
Cache@2
inputs
:
key
:
'
yarn
|
"$(Agent.OS)"
|
ts/**/yarn.lock,
!**/node_modules/**'
key
:
'
yarn
|
"$(Agent.OS)"
|
latest
|
ts/**/yarn.lock,
!**/node_modules/**'
restoreKeys
:
|
yarn | "$(Agent.OS)"
path
:
$(YARN_CACHE_FOLDER)
...
...
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