Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -2,17 +2,17 @@ pytorch-lightning
|
|
2 |
kornia
|
3 |
gdown
|
4 |
torchvision
|
5 |
-
torch
|
6 |
|
7 |
matplotlib
|
8 |
scipy
|
9 |
-
scikit-learn
|
10 |
-
scikit-image
|
11 |
-
imagesize
|
12 |
-
flask
|
13 |
-
|
14 |
-
patool
|
15 |
-
easydict
|
16 |
Pillow
|
17 |
|
18 |
opencv-python-headless
|
|
|
2 |
kornia
|
3 |
gdown
|
4 |
torchvision
|
5 |
+
torch>=1.8.0
|
6 |
|
7 |
matplotlib
|
8 |
scipy
|
9 |
+
scikit-learn
|
10 |
+
scikit-image
|
11 |
+
imagesize
|
12 |
+
flask
|
13 |
+
setuptools>=42
|
14 |
+
patool
|
15 |
+
easydict
|
16 |
Pillow
|
17 |
|
18 |
opencv-python-headless
|