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 -r requirements.txt
protobuf==3.19.6 protobuf==3.19.6
torch torch<1.13.0
torchvision torchvision<0.14.0
-e . -e .

View File

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