animesh007
commited on
Commit
•
49cc3e3
1
Parent(s):
1b94225
added requirements.txt
Browse files- requirements.txt +25 -0
requirements.txt
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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==8.3.2
|
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.10.0
|
24 |
+
torchvision==0.11.0
|
25 |
+
tqdm==4.62.3
|