Rodrigo_Cobo
commited on
Commit
·
5b6301b
1
Parent(s):
d6e25e8
change requirements
Browse files- requirements.txt +24 -0
requirements.txt
CHANGED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
timm==0.6.7
|
2 |
+
opencv-python==4.6.0.66
|
3 |
+
certifi==2019.11.28
|
4 |
+
chardet==3.0.4
|
5 |
+
cycler==0.10.0
|
6 |
+
idna==2.8
|
7 |
+
imageio==2.5.0
|
8 |
+
jsonpatch==1.24
|
9 |
+
jsonpointer==2.0
|
10 |
+
kiwisolver==1.1.0
|
11 |
+
matplotlib==3.1.1
|
12 |
+
numpy==1.17.2
|
13 |
+
Pillow==6.1.0
|
14 |
+
pyparsing==2.4.2
|
15 |
+
python-dateutil==2.8.0
|
16 |
+
PyYAML==5.1.2
|
17 |
+
pyzmq==18.1.1
|
18 |
+
requests==2.22.0
|
19 |
+
scipy==1.1.0
|
20 |
+
six==1.12.0
|
21 |
+
urllib3==1.25.7
|
22 |
+
visdom==0.1.8.9
|
23 |
+
websocket-client==0.56.0
|
24 |
+
tornado==6.0.3
|