Spaces:
Build error
Build error
nick-leland
commited on
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -10,6 +10,7 @@ contourpy==1.2.1
|
|
10 |
cycler==0.12.1
|
11 |
dnspython==2.6.1
|
12 |
email_validator==2.2.0
|
|
|
13 |
fastapi==0.111.0
|
14 |
fastapi-cli==0.0.4
|
15 |
ffmpy==0.3.2
|
@@ -38,6 +39,7 @@ orjson==3.10.5
|
|
38 |
packaging==24.1
|
39 |
pandas==2.2.2
|
40 |
pillow==10.3.0
|
|
|
41 |
pydantic==2.7.4
|
42 |
pydantic_core==2.18.4
|
43 |
pydub==0.25.1
|
@@ -60,7 +62,9 @@ six==1.16.0
|
|
60 |
sniffio==1.3.1
|
61 |
starlette==0.37.2
|
62 |
tomlkit==0.12.0
|
63 |
-
toolz==0.12.
|
|
|
|
|
64 |
tqdm==4.66.4
|
65 |
typer==0.12.3
|
66 |
typing_extensions==4.12.2
|
@@ -70,6 +74,4 @@ urllib3==2.2.2
|
|
70 |
uvicorn==0.30.1
|
71 |
uvloop==0.19.0
|
72 |
watchfiles==0.22.0
|
73 |
-
websockets==11.0.3
|
74 |
-
torch==2.2.0
|
75 |
-
fastai==2.7.1
|
|
|
10 |
cycler==0.12.1
|
11 |
dnspython==2.6.1
|
12 |
email_validator==2.2.0
|
13 |
+
fastai==2.7.1
|
14 |
fastapi==0.111.0
|
15 |
fastapi-cli==0.0.4
|
16 |
ffmpy==0.3.2
|
|
|
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
|
|
|
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
|
|
|
74 |
uvicorn==0.30.1
|
75 |
uvloop==0.19.0
|
76 |
watchfiles==0.22.0
|
77 |
+
websockets==11.0.3
|
|
|
|