Spaces:
Sleeping
Sleeping
Austin Andrews
commited on
Commit
•
aa29815
1
Parent(s):
5efa886
requirements
Browse files- requirements.txt +88 -0
requirements.txt
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
blis==0.7.9
|
9 |
+
catalogue==2.0.8
|
10 |
+
certifi==2022.12.7
|
11 |
+
charset-normalizer==3.0.1
|
12 |
+
click==8.1.3
|
13 |
+
confection==0.0.4
|
14 |
+
contourpy==1.0.7
|
15 |
+
cycler==0.11.0
|
16 |
+
cymem==2.0.7
|
17 |
+
entrypoints==0.4
|
18 |
+
fastai==2.7.11
|
19 |
+
fastapi==0.92.0
|
20 |
+
fastcore==1.5.28
|
21 |
+
fastdownload==0.0.7
|
22 |
+
fastprogress==1.0.3
|
23 |
+
ffmpy==0.3.0
|
24 |
+
fonttools==4.38.0
|
25 |
+
frozenlist==1.3.3
|
26 |
+
fsspec==2023.1.0
|
27 |
+
gradio==3.19.1
|
28 |
+
h11==0.14.0
|
29 |
+
httpcore==0.16.3
|
30 |
+
httpx==0.23.3
|
31 |
+
idna==3.4
|
32 |
+
importlib-resources==5.12.0
|
33 |
+
Jinja2==3.1.2
|
34 |
+
joblib==1.2.0
|
35 |
+
jsonschema==4.17.3
|
36 |
+
kiwisolver==1.4.4
|
37 |
+
langcodes==3.3.0
|
38 |
+
linkify-it-py==2.0.0
|
39 |
+
markdown-it-py==2.2.0
|
40 |
+
MarkupSafe==2.1.2
|
41 |
+
matplotlib==3.7.0
|
42 |
+
mdit-py-plugins==0.3.3
|
43 |
+
mdurl==0.1.2
|
44 |
+
multidict==6.0.4
|
45 |
+
murmurhash==1.0.9
|
46 |
+
numpy==1.24.2
|
47 |
+
orjson==3.8.7
|
48 |
+
packaging==23.0
|
49 |
+
pandas==1.5.3
|
50 |
+
pathy==0.10.1
|
51 |
+
Pillow==9.4.0
|
52 |
+
preshed==3.0.8
|
53 |
+
pycryptodome==3.17
|
54 |
+
pydantic==1.10.5
|
55 |
+
pydub==0.25.1
|
56 |
+
pyparsing==3.0.9
|
57 |
+
pyrsistent==0.19.3
|
58 |
+
python-dateutil==2.8.2
|
59 |
+
python-multipart==0.0.6
|
60 |
+
pytz==2022.7.1
|
61 |
+
PyYAML==6.0
|
62 |
+
requests==2.28.2
|
63 |
+
rfc3986==1.5.0
|
64 |
+
scikit-learn==1.2.1
|
65 |
+
scipy==1.10.1
|
66 |
+
six==1.16.0
|
67 |
+
smart-open==6.3.0
|
68 |
+
sniffio==1.3.0
|
69 |
+
spacy==3.5.0
|
70 |
+
spacy-legacy==3.0.12
|
71 |
+
spacy-loggers==1.0.4
|
72 |
+
srsly==2.4.6
|
73 |
+
starlette==0.25.0
|
74 |
+
thinc==8.1.7
|
75 |
+
threadpoolctl==3.1.0
|
76 |
+
toolz==0.12.0
|
77 |
+
torch==1.13.1
|
78 |
+
torchvision==0.14.1
|
79 |
+
tqdm==4.64.1
|
80 |
+
typer==0.7.0
|
81 |
+
typing_extensions==4.5.0
|
82 |
+
uc-micro-py==1.0.1
|
83 |
+
urllib3==1.26.14
|
84 |
+
uvicorn==0.20.0
|
85 |
+
wasabi==1.1.1
|
86 |
+
websockets==10.4
|
87 |
+
yarl==1.8.2
|
88 |
+
zipp==3.15.0
|