Update requirements.txt with compatible package versions
Browse files- requirements.txt +15 -13
requirements.txt
CHANGED
@@ -1,14 +1,16 @@
|
|
1 |
-
torch>=1.2.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
12 |
gradio>=4.0.0
|
13 |
-
opencv-python-headless
|
14 |
-
python-dotenv
|
|
|
|
1 |
+
torch>=1.8.0,<2.0.0
|
2 |
+
torchvision>=0.9.0,<0.10.0
|
3 |
+
matplotlib>=3.3.0
|
4 |
+
tqdm>=4.50.0
|
5 |
+
numpy>=1.19.0
|
6 |
+
pytorch-lightning>=1.4.0,<1.5.0
|
7 |
+
resemblyzer>=0.1.1
|
8 |
+
tensorboard>=2.4.0
|
9 |
+
dlib>=19.22.0
|
10 |
+
pyyaml>=5.4.0
|
11 |
+
scikit-image>=0.16.2
|
12 |
+
moviepy>=1.0.3
|
13 |
gradio>=4.0.0
|
14 |
+
opencv-python-headless>=4.5.0
|
15 |
+
python-dotenv>=0.19.0
|
16 |
+
scikit-learn>=0.24.0
|