Spaces:
Runtime error
Runtime error
dependencies update
Browse files- requirements.txt +72 -4
requirements.txt
CHANGED
@@ -1,11 +1,79 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
nltk==3.7
|
4 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
requests==2.28.1
|
|
|
|
|
|
|
|
|
6 |
semanticscholar==0.3.2
|
7 |
sentence-transformers==2.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
torch==1.11.0
|
|
|
|
|
9 |
transformers==4.27.4
|
|
|
|
|
|
|
10 |
urllib3==1.26.6
|
11 |
-
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==4.2.2
|
5 |
+
anyio==3.6.2
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==22.2.0
|
8 |
+
charset-normalizer==2.1.1
|
9 |
+
click==8.1.3
|
10 |
+
contourpy==1.0.7
|
11 |
+
cycler==0.11.0
|
12 |
+
entrypoints==0.4
|
13 |
+
fastapi==0.95.0
|
14 |
+
ffmpy==0.3.0
|
15 |
+
filelock==3.11.0
|
16 |
+
fonttools==4.39.3
|
17 |
+
frozenlist==1.3.3
|
18 |
+
fsspec==2023.3.0
|
19 |
+
gradio==3.24.1
|
20 |
+
gradio_client==0.0.8
|
21 |
+
h11==0.14.0
|
22 |
+
httpcore==0.16.3
|
23 |
+
httpx==0.23.3
|
24 |
+
huggingface-hub==0.13.4
|
25 |
+
idna==3.4
|
26 |
+
importlib-resources==5.12.0
|
27 |
+
Jinja2==3.1.2
|
28 |
+
joblib==1.2.0
|
29 |
+
jsonschema==4.17.3
|
30 |
+
kiwisolver==1.4.4
|
31 |
+
linkify-it-py==2.0.0
|
32 |
+
markdown-it-py==2.2.0
|
33 |
+
MarkupSafe==2.1.2
|
34 |
+
matplotlib==3.7.1
|
35 |
+
mdit-py-plugins==0.3.3
|
36 |
+
mdurl==0.1.2
|
37 |
+
multidict==6.0.4
|
38 |
nltk==3.7
|
39 |
+
numpy==1.24.2
|
40 |
+
orjson==3.8.9
|
41 |
+
packaging==23.0
|
42 |
+
pandas==2.0.0
|
43 |
+
Pillow==9.5.0
|
44 |
+
pydantic==1.10.7
|
45 |
+
pydub==0.25.1
|
46 |
+
pyparsing==3.0.9
|
47 |
+
pyrsistent==0.19.3
|
48 |
+
python-dateutil==2.8.2
|
49 |
+
python-multipart==0.0.6
|
50 |
+
pytz==2023.3
|
51 |
+
PyYAML==6.0
|
52 |
+
regex==2023.3.23
|
53 |
requests==2.28.1
|
54 |
+
rfc3986==1.5.0
|
55 |
+
scikit-learn==1.2.2
|
56 |
+
scipy==1.10.1
|
57 |
+
semantic-version==2.10.0
|
58 |
semanticscholar==0.3.2
|
59 |
sentence-transformers==2.2.2
|
60 |
+
sentencepiece==0.1.97
|
61 |
+
six==1.16.0
|
62 |
+
sniffio==1.3.0
|
63 |
+
starlette==0.26.1
|
64 |
+
tenacity==8.2.2
|
65 |
+
threadpoolctl==3.1.0
|
66 |
+
tokenizers==0.13.3
|
67 |
+
toolz==0.12.0
|
68 |
torch==1.11.0
|
69 |
+
torchvision==0.1.6
|
70 |
+
tqdm
|
71 |
transformers==4.27.4
|
72 |
+
typing_extensions==4.6.0
|
73 |
+
tzdata==2023.3
|
74 |
+
uc-micro-py==1.0.1
|
75 |
urllib3==1.26.6
|
76 |
+
uvicorn==0.21.1
|
77 |
+
websockets==11.0.1
|
78 |
+
yarl==1.8.2
|
79 |
+
zipp==3.15.0
|