Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +18 -0
requirements.txt
CHANGED
@@ -10,7 +10,9 @@ attrs==21.2.0
|
|
10 |
backcall==0.2.0
|
11 |
bcrypt==4.0.1
|
12 |
black==22.10.0
|
|
|
13 |
Brotli==1.0.9
|
|
|
14 |
certifi==2021.5.30
|
15 |
cffi==1.15.1
|
16 |
charset-normalizer==2.0.4
|
@@ -18,10 +20,12 @@ click==8.0.1
|
|
18 |
codecarbon==1.2.0
|
19 |
comet-ml==3.15.3
|
20 |
commonmark==0.9.1
|
|
|
21 |
configobj==5.0.6
|
22 |
contourpy==1.0.5
|
23 |
cryptography==38.0.1
|
24 |
cycler==0.10.0
|
|
|
25 |
dash==2.0.0
|
26 |
dash-bootstrap-components==0.13.0
|
27 |
dash-core-components==2.0.0
|
@@ -63,6 +67,7 @@ joblib==1.0.1
|
|
63 |
jsonschema==3.2.0
|
64 |
kiwisolver==1.3.2
|
65 |
kornia==0.5.10
|
|
|
66 |
linkify-it-py==1.0.3
|
67 |
markdown-it-py==2.1.0
|
68 |
MarkupSafe==2.0.1
|
@@ -73,6 +78,7 @@ mdit-py-plugins==0.3.1
|
|
73 |
mdurl==0.1.2
|
74 |
minydra==0.1.6
|
75 |
multidict==6.0.2
|
|
|
76 |
mypy-extensions==0.4.3
|
77 |
networkx==2.6.2
|
78 |
numpy==1.21.2
|
@@ -85,11 +91,13 @@ pandas==1.3.2
|
|
85 |
paramiko==2.11.0
|
86 |
parso==0.8.2
|
87 |
pathspec==0.10.1
|
|
|
88 |
pexpect==4.8.0
|
89 |
pickleshare==0.7.5
|
90 |
Pillow==8.3.2
|
91 |
platformdirs==2.5.2
|
92 |
plotly==5.3.1
|
|
|
93 |
prompt-toolkit==3.0.20
|
94 |
ptyprocess==0.7.0
|
95 |
pure-eval==0.2.2
|
@@ -123,24 +131,34 @@ scipy==1.7.1
|
|
123 |
seaborn==0.11.2
|
124 |
semantic-version==2.8.5
|
125 |
six==1.16.0
|
|
|
126 |
sniffio==1.3.0
|
|
|
|
|
|
|
|
|
127 |
stack-data==0.5.1
|
128 |
starlette==0.20.4
|
129 |
tenacity==8.0.1
|
130 |
termcolor==1.1.0
|
|
|
131 |
threadpoolctl==2.2.0
|
132 |
tifffile==2021.8.30
|
|
|
133 |
tomli==2.0.1
|
134 |
torch==1.7.1
|
135 |
torch-optimizer==0.1.0
|
136 |
torchvision==0.8.2
|
137 |
tqdm==4.62.2
|
138 |
traitlets==5.1.0
|
|
|
|
|
139 |
typing_extensions==4.4.0
|
140 |
tzlocal==2.1
|
141 |
uc-micro-py==1.0.1
|
142 |
urllib3==1.26.6
|
143 |
uvicorn==0.19.0
|
|
|
144 |
wcwidth==0.2.5
|
145 |
websocket-client==1.2.1
|
146 |
websockets==10.3
|
|
|
10 |
backcall==0.2.0
|
11 |
bcrypt==4.0.1
|
12 |
black==22.10.0
|
13 |
+
blis==0.7.9
|
14 |
Brotli==1.0.9
|
15 |
+
catalogue==2.0.8
|
16 |
certifi==2021.5.30
|
17 |
cffi==1.15.1
|
18 |
charset-normalizer==2.0.4
|
|
|
20 |
codecarbon==1.2.0
|
21 |
comet-ml==3.15.3
|
22 |
commonmark==0.9.1
|
23 |
+
confection==0.0.3
|
24 |
configobj==5.0.6
|
25 |
contourpy==1.0.5
|
26 |
cryptography==38.0.1
|
27 |
cycler==0.10.0
|
28 |
+
cymem==2.0.7
|
29 |
dash==2.0.0
|
30 |
dash-bootstrap-components==0.13.0
|
31 |
dash-core-components==2.0.0
|
|
|
67 |
jsonschema==3.2.0
|
68 |
kiwisolver==1.3.2
|
69 |
kornia==0.5.10
|
70 |
+
langcodes==3.3.0
|
71 |
linkify-it-py==1.0.3
|
72 |
markdown-it-py==2.1.0
|
73 |
MarkupSafe==2.0.1
|
|
|
78 |
mdurl==0.1.2
|
79 |
minydra==0.1.6
|
80 |
multidict==6.0.2
|
81 |
+
murmurhash==1.0.9
|
82 |
mypy-extensions==0.4.3
|
83 |
networkx==2.6.2
|
84 |
numpy==1.21.2
|
|
|
91 |
paramiko==2.11.0
|
92 |
parso==0.8.2
|
93 |
pathspec==0.10.1
|
94 |
+
pathy==0.6.2
|
95 |
pexpect==4.8.0
|
96 |
pickleshare==0.7.5
|
97 |
Pillow==8.3.2
|
98 |
platformdirs==2.5.2
|
99 |
plotly==5.3.1
|
100 |
+
preshed==3.0.8
|
101 |
prompt-toolkit==3.0.20
|
102 |
ptyprocess==0.7.0
|
103 |
pure-eval==0.2.2
|
|
|
131 |
seaborn==0.11.2
|
132 |
semantic-version==2.8.5
|
133 |
six==1.16.0
|
134 |
+
smart-open==5.2.1
|
135 |
sniffio==1.3.0
|
136 |
+
spacy==3.4.2
|
137 |
+
spacy-legacy==3.0.10
|
138 |
+
spacy-loggers==1.0.3
|
139 |
+
srsly==2.4.5
|
140 |
stack-data==0.5.1
|
141 |
starlette==0.20.4
|
142 |
tenacity==8.0.1
|
143 |
termcolor==1.1.0
|
144 |
+
thinc==8.1.5
|
145 |
threadpoolctl==2.2.0
|
146 |
tifffile==2021.8.30
|
147 |
+
tokenizers==0.13.1
|
148 |
tomli==2.0.1
|
149 |
torch==1.7.1
|
150 |
torch-optimizer==0.1.0
|
151 |
torchvision==0.8.2
|
152 |
tqdm==4.62.2
|
153 |
traitlets==5.1.0
|
154 |
+
transformers==4.23.1
|
155 |
+
typer==0.4.2
|
156 |
typing_extensions==4.4.0
|
157 |
tzlocal==2.1
|
158 |
uc-micro-py==1.0.1
|
159 |
urllib3==1.26.6
|
160 |
uvicorn==0.19.0
|
161 |
+
wasabi==0.10.1
|
162 |
wcwidth==0.2.5
|
163 |
websocket-client==1.2.1
|
164 |
websockets==10.3
|