Spaces:
Running
Running
burtenshaw
commited on
Commit
·
9a58255
1
Parent(s):
31157e8
add requirements txt
Browse files- requirements.txt +99 -0
requirements.txt
ADDED
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# This file was autogenerated by uv via the following command:
|
2 |
+
# uv export --format requirements-txt --no-hashes
|
3 |
+
aiofiles==23.2.1
|
4 |
+
aiohappyeyeballs==2.4.4
|
5 |
+
aiohttp==3.11.11
|
6 |
+
aiosignal==1.3.2
|
7 |
+
annotated-types==0.7.0
|
8 |
+
anyio==4.8.0
|
9 |
+
appnope==0.1.4 ; platform_system == 'Darwin'
|
10 |
+
asttokens==3.0.0
|
11 |
+
attrs==24.3.0
|
12 |
+
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
13 |
+
authlib==1.4.0
|
14 |
+
certifi==2024.12.14
|
15 |
+
cffi==1.17.1 ; platform_python_implementation != 'PyPy' or implementation_name == 'pypy'
|
16 |
+
charset-normalizer==3.4.1
|
17 |
+
click==8.1.8 ; sys_platform != 'emscripten'
|
18 |
+
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
|
19 |
+
comm==0.2.2
|
20 |
+
cryptography==44.0.0
|
21 |
+
datasets==3.2.0
|
22 |
+
debugpy==1.8.12
|
23 |
+
decorator==5.1.1
|
24 |
+
dill==0.3.8
|
25 |
+
executing==2.2.0
|
26 |
+
fastapi==0.115.7
|
27 |
+
ffmpy==0.5.0
|
28 |
+
filelock==3.17.0
|
29 |
+
frozenlist==1.5.0
|
30 |
+
fsspec==2024.9.0
|
31 |
+
gradio==5.13.1
|
32 |
+
gradio-client==1.6.0
|
33 |
+
h11==0.14.0
|
34 |
+
httpcore==1.0.7
|
35 |
+
httpx==0.28.1
|
36 |
+
huggingface-hub==0.27.1
|
37 |
+
idna==3.10
|
38 |
+
ipykernel==6.29.5
|
39 |
+
ipython==8.31.0
|
40 |
+
itsdangerous==2.2.0
|
41 |
+
jedi==0.19.2
|
42 |
+
jinja2==3.1.5
|
43 |
+
jupyter-client==8.6.3
|
44 |
+
jupyter-core==5.7.2
|
45 |
+
markdown-it-py==3.0.0 ; sys_platform != 'emscripten'
|
46 |
+
markupsafe==2.1.5
|
47 |
+
matplotlib-inline==0.1.7
|
48 |
+
mdurl==0.1.2 ; sys_platform != 'emscripten'
|
49 |
+
multidict==6.1.0
|
50 |
+
multiprocess==0.70.16
|
51 |
+
nest-asyncio==1.6.0
|
52 |
+
numpy==2.2.2
|
53 |
+
orjson==3.10.15
|
54 |
+
packaging==24.2
|
55 |
+
pandas==2.2.3
|
56 |
+
parso==0.8.4
|
57 |
+
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
58 |
+
pillow==11.1.0
|
59 |
+
platformdirs==4.3.6
|
60 |
+
prompt-toolkit==3.0.50
|
61 |
+
propcache==0.2.1
|
62 |
+
psutil==6.1.1
|
63 |
+
ptyprocess==0.7.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
64 |
+
pure-eval==0.2.3
|
65 |
+
pyarrow==19.0.0
|
66 |
+
pycparser==2.22 ; platform_python_implementation != 'PyPy' or implementation_name == 'pypy'
|
67 |
+
pydantic==2.10.6
|
68 |
+
pydantic-core==2.27.2
|
69 |
+
pydub==0.25.1
|
70 |
+
pygments==2.19.1
|
71 |
+
python-dateutil==2.9.0.post0
|
72 |
+
python-multipart==0.0.20
|
73 |
+
pytz==2024.2
|
74 |
+
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
|
75 |
+
pyyaml==6.0.2
|
76 |
+
pyzmq==26.2.0
|
77 |
+
requests==2.32.3
|
78 |
+
rich==13.9.4 ; sys_platform != 'emscripten'
|
79 |
+
ruff==0.9.3 ; sys_platform != 'emscripten'
|
80 |
+
safehttpx==0.1.6
|
81 |
+
semantic-version==2.10.0
|
82 |
+
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
83 |
+
six==1.17.0
|
84 |
+
sniffio==1.3.1
|
85 |
+
stack-data==0.6.3
|
86 |
+
starlette==0.45.2
|
87 |
+
tomlkit==0.13.2
|
88 |
+
tornado==6.4.2
|
89 |
+
tqdm==4.67.1
|
90 |
+
traitlets==5.14.3
|
91 |
+
typer==0.15.1 ; sys_platform != 'emscripten'
|
92 |
+
typing-extensions==4.12.2
|
93 |
+
tzdata==2025.1
|
94 |
+
urllib3==2.3.0
|
95 |
+
uvicorn==0.34.0 ; sys_platform != 'emscripten'
|
96 |
+
wcwidth==0.2.13
|
97 |
+
websockets==14.2
|
98 |
+
xxhash==3.5.0
|
99 |
+
yarl==1.18.3
|