Jacob Logas
commited on
hopefully fix requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,6 +6,6 @@ opencv-python
|
|
6 |
git+https://github.com/logasja/lpips-pytorch
|
7 |
spaces
|
8 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
9 |
-
torch
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
11 |
-
torchvision
|
|
|
6 |
git+https://github.com/logasja/lpips-pytorch
|
7 |
spaces
|
8 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
9 |
+
torch<=2.2.0
|
10 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
11 |
+
torchvision<=0.17
|