Unverified Commit 57d2a0e5 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

Pin PyTorch-lightning version to less than 1.2 (#3387)

parent 445e7e0b
...@@ -6,7 +6,7 @@ torch == 1.6.0+cpu ; sys_platform != "darwin" ...@@ -6,7 +6,7 @@ torch == 1.6.0+cpu ; sys_platform != "darwin"
torch == 1.6.0 ; sys_platform == "darwin" torch == 1.6.0 ; sys_platform == "darwin"
torchvision == 0.7.0+cpu ; sys_platform != "darwin" torchvision == 0.7.0+cpu ; sys_platform != "darwin"
torchvision == 0.7.0 ; sys_platform == "darwin" torchvision == 0.7.0 ; sys_platform == "darwin"
pytorch-lightning pytorch-lightning >= 1.1.1, < 1.2
onnx onnx
peewee peewee
graphviz graphviz
astor astor
hyperopt==0.1.2 hyperopt == 0.1.2
json_tricks json_tricks
netifaces netifaces
psutil psutil
...@@ -9,7 +9,7 @@ responses ...@@ -9,7 +9,7 @@ responses
schema schema
PythonWebHDFS PythonWebHDFS
colorama colorama
scikit-learn>=0.23.2 scikit-learn >= 0.23.2
websockets websockets
filelock filelock
prettytable prettytable
......
...@@ -132,7 +132,7 @@ stages: ...@@ -132,7 +132,7 @@ stages:
- task: Cache@2 - task: Cache@2
inputs: inputs:
key: 'python | "$(Agent.OS)" | dependencies/*.txt' key: 'python | "$(Agent.OS)" | latest | dependencies/*.txt'
restoreKeys: | restoreKeys: |
python | "$(Agent.OS)" python | "$(Agent.OS)"
python python
...@@ -141,7 +141,7 @@ stages: ...@@ -141,7 +141,7 @@ stages:
- task: Cache@2 - task: Cache@2
inputs: inputs:
key: 'yarn | "$(Agent.OS)" | ts/**/yarn.lock, !**/node_modules/**' key: 'yarn | "$(Agent.OS)" | latest | ts/**/yarn.lock, !**/node_modules/**'
restoreKeys: | restoreKeys: |
yarn | "$(Agent.OS)" yarn | "$(Agent.OS)"
path: $(YARN_CACHE_FOLDER) path: $(YARN_CACHE_FOLDER)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment