Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -42
requirements.txt
CHANGED
@@ -1,22 +1,5 @@
|
|
1 |
-
|
2 |
-
async-generator==1.10
|
3 |
-
attrs==20.3.0
|
4 |
-
backcall==0.2.0
|
5 |
-
bleach==3.3.0
|
6 |
-
certifi==2020.12.5
|
7 |
-
cffi==1.14.5
|
8 |
-
chardet==3.0.4
|
9 |
-
click==7.1.2
|
10 |
-
cycler==0.10.0
|
11 |
-
Cython==0.29.22
|
12 |
-
dataclasses==0.6
|
13 |
-
decorator==4.4.2
|
14 |
-
defusedxml==0.6.0
|
15 |
-
editdistance==0.5.3
|
16 |
einops==0.3.0
|
17 |
-
entrypoints==0.3
|
18 |
-
fasttext==0.9.1
|
19 |
-
filelock==3.0.12
|
20 |
future==0.18.2
|
21 |
gitdb==4.0.5
|
22 |
GitPython==3.1.0
|
@@ -41,23 +24,18 @@ lmdb==0.98
|
|
41 |
MarkupSafe==1.1.1
|
42 |
matplotlib==3.3.4
|
43 |
mistune==0.8.4
|
44 |
-
|
45 |
-
nbconvert==6.0.7
|
46 |
-
nbformat==5.1.2
|
47 |
-
nest-asyncio==1.5.1
|
48 |
-
networkx==2.4
|
49 |
-
nltk==3.4.5
|
50 |
notebook==6.2.0
|
51 |
numpy==1.19.2
|
52 |
omegaconf==2.0.1rc4
|
53 |
opencv-python==4.5.1.48
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
pexpect==4.8.0
|
58 |
-
|
59 |
Pillow==8.1.2
|
60 |
-
|
61 |
prompt-toolkit==3.0.16
|
62 |
protobuf==3.15.6
|
63 |
ptyprocess==0.7.0
|
@@ -66,15 +44,10 @@ pycocotools==2.0.2
|
|
66 |
pycparser==2.20
|
67 |
pyparsing==2.4.7
|
68 |
pyrsistent==0.17.3
|
69 |
-
|
70 |
PyWavelets==1.1.1
|
71 |
-
|
72 |
-
pyzmq==22.0.3
|
73 |
-
qtconsole==5.0.2
|
74 |
-
QtPy==1.9.0
|
75 |
-
regex==2020.11.13
|
76 |
requests==2.23.0
|
77 |
-
sacremoses==0.0.43
|
78 |
scikit-image==0.17.2
|
79 |
scikit-learn==0.23.2
|
80 |
scipy==1.6.1
|
@@ -82,10 +55,7 @@ Send2Trash==1.5.0
|
|
82 |
sentencepiece==0.1.91
|
83 |
six==1.15.0
|
84 |
sklearn==0.0
|
85 |
-
|
86 |
-
termcolor==1.1.0
|
87 |
-
terminado==0.9.2
|
88 |
-
testpath==0.4.4
|
89 |
threadpoolctl==2.1.0
|
90 |
tifffile==2021.2.1
|
91 |
tokenizers==0.9.3
|
@@ -99,8 +69,7 @@ transformers==3.5.1
|
|
99 |
typing-extensions==3.7.4.3
|
100 |
urllib3==1.25.11
|
101 |
utils==1.0.1
|
102 |
-
|
103 |
-
webencodings==0.5.1
|
104 |
wget==3.2
|
105 |
widgetsnbextension==3.5.1
|
106 |
zipp==3.4.0
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
einops==0.3.0
|
|
|
|
|
|
|
3 |
future==0.18.2
|
4 |
gitdb==4.0.5
|
5 |
GitPython==3.1.0
|
|
|
24 |
MarkupSafe==1.1.1
|
25 |
matplotlib==3.3.4
|
26 |
mistune==0.8.4
|
27 |
+
|
|
|
|
|
|
|
|
|
|
|
28 |
notebook==6.2.0
|
29 |
numpy==1.19.2
|
30 |
omegaconf==2.0.1rc4
|
31 |
opencv-python==4.5.1.48
|
32 |
+
|
33 |
+
|
34 |
+
|
35 |
pexpect==4.8.0
|
36 |
+
|
37 |
Pillow==8.1.2
|
38 |
+
|
39 |
prompt-toolkit==3.0.16
|
40 |
protobuf==3.15.6
|
41 |
ptyprocess==0.7.0
|
|
|
44 |
pycparser==2.20
|
45 |
pyparsing==2.4.7
|
46 |
pyrsistent==0.17.3
|
47 |
+
|
48 |
PyWavelets==1.1.1
|
49 |
+
|
|
|
|
|
|
|
|
|
50 |
requests==2.23.0
|
|
|
51 |
scikit-image==0.17.2
|
52 |
scikit-learn==0.23.2
|
53 |
scipy==1.6.1
|
|
|
55 |
sentencepiece==0.1.91
|
56 |
six==1.15.0
|
57 |
sklearn==0.0
|
58 |
+
|
|
|
|
|
|
|
59 |
threadpoolctl==2.1.0
|
60 |
tifffile==2021.2.1
|
61 |
tokenizers==0.9.3
|
|
|
69 |
typing-extensions==3.7.4.3
|
70 |
urllib3==1.25.11
|
71 |
utils==1.0.1
|
72 |
+
|
|
|
73 |
wget==3.2
|
74 |
widgetsnbextension==3.5.1
|
75 |
zipp==3.4.0
|