Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
numpy
|
| 4 |
cython
|
| 5 |
matplotlib
|
| 6 |
tqdm
|
| 7 |
tflib
|
| 8 |
autopep8
|
| 9 |
-
opencv-python
|
| 10 |
requests
|
| 11 |
pyyaml
|
| 12 |
addict
|
| 13 |
-
scikit-image
|
| 14 |
kornia
|
| 15 |
-
torch_fidelity
|
| 16 |
-
ninja
|
| 17 |
moviepy
|
|
|
|
| 1 |
+
torch==1.13.1
|
| 2 |
+
torchvision==0.14.1
|
| 3 |
+
numpy>=1.20
|
| 4 |
cython
|
| 5 |
matplotlib
|
| 6 |
tqdm
|
| 7 |
tflib
|
| 8 |
autopep8
|
| 9 |
+
opencv-python==4.5.5.64
|
| 10 |
requests
|
| 11 |
pyyaml
|
| 12 |
addict
|
| 13 |
+
scikit-image==0.19.3
|
| 14 |
kornia
|
| 15 |
+
torch_fidelity==0.3.0
|
| 16 |
+
ninja==1.10.2
|
| 17 |
moviepy
|