Spaces:
Running
Running
burtenshaw
commited on
Commit
·
a54a5ce
1
Parent(s):
cb64143
add requirements
Browse files- requirements.txt +109 -0
requirements.txt
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.8.0
|
6 |
+
appnope==0.1.4 ; platform_system == 'Darwin'
|
7 |
+
asttokens==3.0.0
|
8 |
+
attrs==24.3.0
|
9 |
+
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
10 |
+
beautifulsoup4==4.12.3
|
11 |
+
certifi==2024.12.14
|
12 |
+
cffi==1.17.1 ; implementation_name == 'pypy'
|
13 |
+
charset-normalizer==3.4.1
|
14 |
+
click==8.1.8
|
15 |
+
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
|
16 |
+
comm==0.2.2
|
17 |
+
debugpy==1.8.11
|
18 |
+
decorator==5.1.1
|
19 |
+
distro==1.9.0
|
20 |
+
duckduckgo-search==7.2.1
|
21 |
+
e2b==1.0.5
|
22 |
+
e2b-code-interpreter==1.0.3
|
23 |
+
executing==2.1.0
|
24 |
+
fastapi==0.115.6
|
25 |
+
ffmpy==0.5.0
|
26 |
+
filelock==3.16.1
|
27 |
+
fsspec==2024.12.0
|
28 |
+
gradio==5.12.0
|
29 |
+
gradio-client==1.5.4
|
30 |
+
h11==0.14.0
|
31 |
+
httpcore==1.0.7
|
32 |
+
httpx==0.28.1
|
33 |
+
huggingface-hub==0.27.1
|
34 |
+
idna==3.10
|
35 |
+
ipykernel==6.29.5
|
36 |
+
ipython==8.31.0
|
37 |
+
jedi==0.19.2
|
38 |
+
jinja2==3.1.5
|
39 |
+
jiter==0.8.2
|
40 |
+
joblib==1.4.2
|
41 |
+
jupyter-client==8.6.3
|
42 |
+
jupyter-core==5.7.2
|
43 |
+
lxml==5.3.0
|
44 |
+
markdown-it-py==3.0.0
|
45 |
+
markdownify==0.14.1
|
46 |
+
markupsafe==2.1.5
|
47 |
+
matplotlib-inline==0.1.7
|
48 |
+
mdurl==0.1.2
|
49 |
+
nest-asyncio==1.6.0
|
50 |
+
numpy==2.2.1
|
51 |
+
openai==1.59.7
|
52 |
+
orjson==3.10.14
|
53 |
+
packaging==24.2
|
54 |
+
pandas==2.2.3
|
55 |
+
parso==0.8.4
|
56 |
+
pexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
57 |
+
pillow==11.1.0
|
58 |
+
platformdirs==4.3.6
|
59 |
+
plotly==5.24.1
|
60 |
+
primp==0.10.0
|
61 |
+
prompt-toolkit==3.0.48
|
62 |
+
protobuf==5.29.3
|
63 |
+
psutil==6.1.1
|
64 |
+
ptyprocess==0.7.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'
|
65 |
+
pure-eval==0.2.3
|
66 |
+
pycparser==2.22 ; implementation_name == 'pypy'
|
67 |
+
pydantic==2.10.5
|
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-dotenv==1.0.1
|
73 |
+
python-multipart==0.0.20
|
74 |
+
pytz==2024.2
|
75 |
+
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
|
76 |
+
pyyaml==6.0.2
|
77 |
+
pyzmq==26.2.0
|
78 |
+
regex==2024.11.6
|
79 |
+
requests==2.32.3
|
80 |
+
rich==13.9.4
|
81 |
+
ruff==0.9.1 ; sys_platform != 'emscripten'
|
82 |
+
safehttpx==0.1.6
|
83 |
+
safetensors==0.5.2
|
84 |
+
scikit-learn==1.6.1
|
85 |
+
scipy==1.15.1
|
86 |
+
semantic-version==2.10.0
|
87 |
+
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
88 |
+
six==1.17.0
|
89 |
+
smolagents==1.2.2
|
90 |
+
sniffio==1.3.1
|
91 |
+
soupsieve==2.6
|
92 |
+
stack-data==0.6.3
|
93 |
+
starlette==0.41.3
|
94 |
+
tenacity==9.0.0
|
95 |
+
threadpoolctl==3.5.0
|
96 |
+
tokenizers==0.21.0
|
97 |
+
tomlkit==0.13.2
|
98 |
+
tornado==6.4.2
|
99 |
+
tqdm==4.67.1
|
100 |
+
traitlets==5.14.3
|
101 |
+
transformers==4.48.0
|
102 |
+
typer==0.15.1 ; sys_platform != 'emscripten'
|
103 |
+
typing-extensions==4.12.2
|
104 |
+
tzdata==2024.2
|
105 |
+
urllib3==2.3.0
|
106 |
+
uvicorn==0.34.0 ; sys_platform != 'emscripten'
|
107 |
+
wcwidth==0.2.13
|
108 |
+
websockets==14.1
|
109 |
+
kaleido==0.2.1
|