Spaces:
Build error
Build error
nick-leland
commited on
Commit
·
0bac72d
1
Parent(s):
2956d1e
Updated Requirements
Browse files- requirements.txt +6 -76
requirements.txt
CHANGED
@@ -1,77 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
certifi==2024.6.2
|
8 |
-
charset-normalizer==3.3.2
|
9 |
-
click==8.1.7
|
10 |
-
contourpy==1.2.1
|
11 |
-
cycler==0.12.1
|
12 |
-
dnspython==2.6.1
|
13 |
-
email_validator==2.2.0
|
14 |
-
fastai==2.7.1
|
15 |
-
fastapi==0.111.0
|
16 |
-
fastapi-cli==0.0.4
|
17 |
-
ffmpy==0.3.2
|
18 |
-
filelock==3.15.4
|
19 |
-
fonttools==4.53.0
|
20 |
-
fsspec==2024.6.1
|
21 |
-
gradio==4.37.2
|
22 |
-
gradio_client==1.0.2
|
23 |
-
h11==0.14.0
|
24 |
-
httpcore==1.0.5
|
25 |
-
httptools==0.6.1
|
26 |
-
httpx==0.27.0
|
27 |
-
huggingface-hub==0.23.4
|
28 |
-
idna==3.7
|
29 |
-
importlib_resources==6.4.0
|
30 |
-
Jinja2==3.1.4
|
31 |
-
jsonschema==4.22.0
|
32 |
-
jsonschema-specifications==2023.12.1
|
33 |
-
kiwisolver==1.4.5
|
34 |
-
markdown-it-py==3.0.0
|
35 |
-
MarkupSafe==2.1.5
|
36 |
-
matplotlib==3.9.0
|
37 |
-
mdurl==0.1.2
|
38 |
-
orjson==3.10.5
|
39 |
-
packaging==24.1
|
40 |
-
pandas==2.2.2
|
41 |
-
pillow==10.3.0
|
42 |
-
pip==24.1.2
|
43 |
-
pydantic==2.7.4
|
44 |
-
pydantic_core==2.18.4
|
45 |
-
pydub==0.25.1
|
46 |
-
Pygments==2.18.0
|
47 |
-
pyparsing==3.1.2
|
48 |
-
python-dateutil==2.9.0.post0
|
49 |
-
python-dotenv==1.0.1
|
50 |
-
python-multipart==0.0.9
|
51 |
-
pytz==2024.1
|
52 |
-
PyYAML==6.0.1
|
53 |
-
referencing==0.35.1
|
54 |
-
requests==2.32.3
|
55 |
-
rich==13.7.1
|
56 |
-
rpds-py==0.18.1
|
57 |
-
ruff==0.5.0
|
58 |
scipy==1.14.0
|
59 |
-
semantic-version==2.10.0
|
60 |
-
shellingham==1.5.4
|
61 |
-
six==1.16.0
|
62 |
-
sniffio==1.3.1
|
63 |
-
starlette==0.37.2
|
64 |
-
tomlkit==0.12.0
|
65 |
-
toolz==0.12.
|
66 |
-
torch>=1.7.0,<1.12
|
67 |
-
torchvision>=0.8.2,<0.13
|
68 |
-
tqdm==4.66.4
|
69 |
-
typer==0.12.3
|
70 |
-
typing_extensions==4.12.2
|
71 |
-
tzdata==2024.1
|
72 |
-
ujson==5.10.0
|
73 |
-
urllib3==2.2.2
|
74 |
-
uvicorn==0.30.1
|
75 |
-
uvloop==0.19.0
|
76 |
-
watchfiles==0.22.0
|
77 |
-
websockets==11.0.3
|
|
|
1 |
+
fastai==2.7.15
|
2 |
+
fastcore==1.5.48
|
3 |
+
gradio==4.38.1
|
4 |
+
matplotlib==3.9.1
|
5 |
+
numpy==2.0.0
|
6 |
+
Pillow==10.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
scipy==1.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|