Commit
·
d5893be
1
Parent(s):
028f68f
Update requirements.txt
Browse files- requirements.txt +25 -24
requirements.txt
CHANGED
|
@@ -1,25 +1,26 @@
|
|
| 1 |
-
cffi
|
| 2 |
-
cycler
|
| 3 |
-
decorator
|
| 4 |
-
face-alignment
|
| 5 |
-
imageio
|
| 6 |
-
imageio-ffmpeg
|
| 7 |
-
kiwisolver
|
| 8 |
-
matplotlib
|
| 9 |
-
networkx
|
| 10 |
-
numpy
|
| 11 |
-
pandas
|
| 12 |
Pillow
|
| 13 |
-
pycparser
|
| 14 |
-
pyparsing
|
| 15 |
-
python-dateutil
|
| 16 |
-
pytz
|
| 17 |
-
PyWavelets
|
| 18 |
-
PyYAML
|
| 19 |
-
scikit-image
|
| 20 |
-
scikit-learn
|
| 21 |
-
scipy
|
| 22 |
-
six
|
| 23 |
-
torch
|
| 24 |
-
torchvision
|
| 25 |
-
tqdm
|
|
|
|
|
|
| 1 |
+
cffi==1.14.6
|
| 2 |
+
cycler==0.10.0
|
| 3 |
+
decorator==5.1.0
|
| 4 |
+
face-alignment==1.3.5
|
| 5 |
+
imageio==2.9.0
|
| 6 |
+
imageio-ffmpeg==0.4.5
|
| 7 |
+
kiwisolver==1.3.2
|
| 8 |
+
matplotlib==3.4.3
|
| 9 |
+
networkx==2.6.3
|
| 10 |
+
numpy==1.20.3
|
| 11 |
+
pandas==1.3.3
|
| 12 |
Pillow
|
| 13 |
+
pycparser==2.20
|
| 14 |
+
pyparsing==2.4.7
|
| 15 |
+
python-dateutil==2.8.2
|
| 16 |
+
pytz==2021.1
|
| 17 |
+
PyWavelets==1.1.1
|
| 18 |
+
PyYAML==5.4.1
|
| 19 |
+
scikit-image==0.18.3
|
| 20 |
+
scikit-learn==1.0
|
| 21 |
+
scipy==1.7.1
|
| 22 |
+
six==1.16.0
|
| 23 |
+
torch==1.11.0
|
| 24 |
+
torchvision==0.12.0
|
| 25 |
+
tqdm==4.62.3
|
| 26 |
+
gradio
|