animesh007
commited on
Commit
•
028f68f
1
Parent(s):
1e43273
Update requirements.txt
Browse files- requirements.txt +25 -25
requirements.txt
CHANGED
@@ -1,25 +1,25 @@
|
|
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
|
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
|