Spaces:
Sleeping
Sleeping
NickHerrig
commited on
Commit
•
e179823
1
Parent(s):
f70a98a
Fix requirements for deployment
Browse files- requirements.txt +0 -42
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
aiofiles==23.2.1
|
2 |
-
altair==5.3.0
|
3 |
annotated-types==0.6.0
|
4 |
-
anyio==4.3.0
|
5 |
-
attrs==23.2.0
|
6 |
blis==0.7.11
|
7 |
catalogue==2.0.10
|
8 |
certifi==2024.2.2
|
@@ -13,92 +9,54 @@ confection==0.1.4
|
|
13 |
contourpy==1.2.1
|
14 |
cycler==0.12.1
|
15 |
cymem==2.0.8
|
16 |
-
dnspython==2.6.1
|
17 |
-
email_validator==2.1.1
|
18 |
-
exceptiongroup==1.2.1
|
19 |
fastai==2.7.15
|
20 |
-
fastapi==0.111.0
|
21 |
-
fastapi-cli==0.0.3
|
22 |
fastcore==1.5.37
|
23 |
fastdownload==0.0.7
|
24 |
fastprogress==1.0.3
|
25 |
-
ffmpy==0.3.2
|
26 |
filelock==3.14.0
|
27 |
fonttools==4.51.0
|
28 |
fsspec==2024.5.0
|
29 |
-
gradio==4.31.4
|
30 |
-
gradio_client==0.16.4
|
31 |
-
h11==0.14.0
|
32 |
-
httpcore==1.0.5
|
33 |
-
httptools==0.6.1
|
34 |
-
httpx==0.27.0
|
35 |
-
huggingface-hub==0.23.0
|
36 |
idna==3.7
|
37 |
-
importlib_resources==6.4.0
|
38 |
Jinja2==3.1.4
|
39 |
joblib==1.4.2
|
40 |
-
jsonschema==4.22.0
|
41 |
-
jsonschema-specifications==2023.12.1
|
42 |
kiwisolver==1.4.5
|
43 |
langcodes==3.4.0
|
44 |
language_data==1.2.0
|
45 |
marisa-trie==1.1.1
|
46 |
-
markdown-it-py==3.0.0
|
47 |
MarkupSafe==2.1.5
|
48 |
matplotlib==3.9.0
|
49 |
-
mdurl==0.1.2
|
50 |
mpmath==1.3.0
|
51 |
murmurhash==1.0.10
|
52 |
networkx==3.3
|
53 |
numpy==1.26.4
|
54 |
-
orjson==3.10.3
|
55 |
packaging==24.0
|
56 |
pandas==2.2.2
|
57 |
pillow==10.3.0
|
58 |
preshed==3.0.9
|
59 |
pydantic==2.7.1
|
60 |
pydantic_core==2.18.2
|
61 |
-
pydub==0.25.1
|
62 |
-
Pygments==2.18.0
|
63 |
pyparsing==3.1.2
|
64 |
python-dateutil==2.9.0.post0
|
65 |
-
python-dotenv==1.0.1
|
66 |
-
python-multipart==0.0.9
|
67 |
pytz==2024.1
|
68 |
PyYAML==6.0.1
|
69 |
-
referencing==0.35.1
|
70 |
requests==2.31.0
|
71 |
-
rich==13.7.1
|
72 |
-
rpds-py==0.18.1
|
73 |
-
ruff==0.4.4
|
74 |
scikit-learn==1.4.2
|
75 |
scipy==1.13.0
|
76 |
-
semantic-version==2.10.0
|
77 |
-
shellingham==1.5.4
|
78 |
six==1.16.0
|
79 |
smart-open==6.4.0
|
80 |
-
sniffio==1.3.1
|
81 |
spacy==3.7.4
|
82 |
spacy-legacy==3.0.12
|
83 |
spacy-loggers==1.0.5
|
84 |
srsly==2.4.8
|
85 |
-
starlette==0.37.2
|
86 |
sympy==1.12
|
87 |
thinc==8.2.3
|
88 |
threadpoolctl==3.5.0
|
89 |
-
tomlkit==0.12.0
|
90 |
-
toolz==0.12.1
|
91 |
torch==2.3.0
|
92 |
torchvision==0.18.0
|
93 |
tqdm==4.66.4
|
94 |
typer==0.9.4
|
95 |
typing_extensions==4.11.0
|
96 |
tzdata==2024.1
|
97 |
-
ujson==5.10.0
|
98 |
urllib3==2.2.1
|
99 |
-
uvicorn==0.29.0
|
100 |
-
uvloop==0.19.0
|
101 |
wasabi==1.1.2
|
102 |
-
watchfiles==0.21.0
|
103 |
weasel==0.3.4
|
104 |
-
websockets==11.0.3
|
|
|
|
|
|
|
1 |
annotated-types==0.6.0
|
|
|
|
|
2 |
blis==0.7.11
|
3 |
catalogue==2.0.10
|
4 |
certifi==2024.2.2
|
|
|
9 |
contourpy==1.2.1
|
10 |
cycler==0.12.1
|
11 |
cymem==2.0.8
|
|
|
|
|
|
|
12 |
fastai==2.7.15
|
|
|
|
|
13 |
fastcore==1.5.37
|
14 |
fastdownload==0.0.7
|
15 |
fastprogress==1.0.3
|
|
|
16 |
filelock==3.14.0
|
17 |
fonttools==4.51.0
|
18 |
fsspec==2024.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
idna==3.7
|
|
|
20 |
Jinja2==3.1.4
|
21 |
joblib==1.4.2
|
|
|
|
|
22 |
kiwisolver==1.4.5
|
23 |
langcodes==3.4.0
|
24 |
language_data==1.2.0
|
25 |
marisa-trie==1.1.1
|
|
|
26 |
MarkupSafe==2.1.5
|
27 |
matplotlib==3.9.0
|
|
|
28 |
mpmath==1.3.0
|
29 |
murmurhash==1.0.10
|
30 |
networkx==3.3
|
31 |
numpy==1.26.4
|
|
|
32 |
packaging==24.0
|
33 |
pandas==2.2.2
|
34 |
pillow==10.3.0
|
35 |
preshed==3.0.9
|
36 |
pydantic==2.7.1
|
37 |
pydantic_core==2.18.2
|
|
|
|
|
38 |
pyparsing==3.1.2
|
39 |
python-dateutil==2.9.0.post0
|
|
|
|
|
40 |
pytz==2024.1
|
41 |
PyYAML==6.0.1
|
|
|
42 |
requests==2.31.0
|
|
|
|
|
|
|
43 |
scikit-learn==1.4.2
|
44 |
scipy==1.13.0
|
|
|
|
|
45 |
six==1.16.0
|
46 |
smart-open==6.4.0
|
|
|
47 |
spacy==3.7.4
|
48 |
spacy-legacy==3.0.12
|
49 |
spacy-loggers==1.0.5
|
50 |
srsly==2.4.8
|
|
|
51 |
sympy==1.12
|
52 |
thinc==8.2.3
|
53 |
threadpoolctl==3.5.0
|
|
|
|
|
54 |
torch==2.3.0
|
55 |
torchvision==0.18.0
|
56 |
tqdm==4.66.4
|
57 |
typer==0.9.4
|
58 |
typing_extensions==4.11.0
|
59 |
tzdata==2024.1
|
|
|
60 |
urllib3==2.2.1
|
|
|
|
|
61 |
wasabi==1.1.2
|
|
|
62 |
weasel==0.3.4
|
|