Install older version of torch and matching torchvision, fix pytorch-lightning=1.7.7

This commit is contained in:
David Burnett 2022-11-02 17:51:59 +00:00 committed by Lincoln Stein
parent 2d5294bca1
commit ffa91be3f1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
-r requirements.txt
protobuf==3.19.6
torch
torchvision
torch<1.13.0
torchvision<0.14.0
-e .

View File

@ -13,7 +13,7 @@ opencv-python
pillow
pip>=22
pudb
pytorch-lightning=1.7.7
pytorch-lightning==1.7.7
scikit-image>=0.19
streamlit
pyreadline3