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

Pin PyTorch-lightning < 1.4.2 (#4063)

parent 76152d40
...@@ -8,7 +8,7 @@ torch == 1.9.0+cpu ; sys_platform != "darwin" ...@@ -8,7 +8,7 @@ torch == 1.9.0+cpu ; sys_platform != "darwin"
torch == 1.9.0 ; sys_platform == "darwin" torch == 1.9.0 ; sys_platform == "darwin"
torchvision == 0.10.0+cpu ; sys_platform != "darwin" torchvision == 0.10.0+cpu ; sys_platform != "darwin"
torchvision == 0.10.0 ; sys_platform == "darwin" torchvision == 0.10.0 ; sys_platform == "darwin"
pytorch-lightning >= 1.2.8 pytorch-lightning >= 1.2.8, < 1.4.2
onnx onnx
peewee peewee
graphviz graphviz
......
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