Spaces:
Runtime error
Runtime error
burtenshaw
commited on
Commit
·
9a77596
1
Parent(s):
c14234d
unfreeze requirements
Browse files- pyproject.toml +0 -4
- requirements.txt +12 -177
pyproject.toml
CHANGED
@@ -10,19 +10,15 @@ requires-python = ">=3.10"
|
|
10 |
dependencies = [
|
11 |
# Core dependencies
|
12 |
"gradio[mcp]>=5.0.0",
|
13 |
-
"autotrain-advanced>=0.8.0",
|
14 |
"pandas>=2.0.0",
|
15 |
"wandb>=0.16.0",
|
16 |
-
|
17 |
# MCP and async support
|
18 |
"httpx>=0.25.0",
|
19 |
"aiofiles>=23.0.0",
|
20 |
-
|
21 |
# Data handling
|
22 |
"datasets>=2.0.0",
|
23 |
"torch>=2.0.0",
|
24 |
"transformers>=4.30.0",
|
25 |
-
|
26 |
# Optional ML frameworks
|
27 |
"accelerate>=0.20.0",
|
28 |
"peft>=0.4.0",
|
|
|
10 |
dependencies = [
|
11 |
# Core dependencies
|
12 |
"gradio[mcp]>=5.0.0",
|
|
|
13 |
"pandas>=2.0.0",
|
14 |
"wandb>=0.16.0",
|
|
|
15 |
# MCP and async support
|
16 |
"httpx>=0.25.0",
|
17 |
"aiofiles>=23.0.0",
|
|
|
18 |
# Data handling
|
19 |
"datasets>=2.0.0",
|
20 |
"torch>=2.0.0",
|
21 |
"transformers>=4.30.0",
|
|
|
22 |
# Optional ML frameworks
|
23 |
"accelerate>=0.20.0",
|
24 |
"peft>=0.4.0",
|
requirements.txt
CHANGED
@@ -1,182 +1,17 @@
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv export --format requirements-txt --no-hashes
|
3 |
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
attrs==25.3.0
|
17 |
-
audioop-lts==0.2.1 ; python_full_version >= '3.13'
|
18 |
-
authlib==1.4.0
|
19 |
-
bitsandbytes==0.45.0
|
20 |
-
brotli==1.1.0 ; platform_python_implementation == 'CPython'
|
21 |
-
brotlicffi==1.1.0.0 ; platform_python_implementation == 'PyPy'
|
22 |
-
cachetools==6.0.0
|
23 |
-
certifi==2025.4.26
|
24 |
-
cffi==1.17.1
|
25 |
-
charset-normalizer==3.4.2
|
26 |
-
click==8.2.1
|
27 |
-
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
|
28 |
-
colorlog==6.9.0
|
29 |
-
contourpy==1.3.2
|
30 |
-
cryptography==44.0.0
|
31 |
-
cycler==0.12.1
|
32 |
-
datasets==3.2.0
|
33 |
-
dill==0.3.8
|
34 |
-
einops==0.8.0
|
35 |
-
eval-type-backport==0.2.2
|
36 |
-
evaluate==0.4.3
|
37 |
-
exceptiongroup==1.3.0 ; python_full_version < '3.11'
|
38 |
-
fastapi==0.115.6
|
39 |
-
ffmpy==0.6.0
|
40 |
-
filelock==3.18.0
|
41 |
-
fonttools==4.58.1
|
42 |
-
frozenlist==1.6.2
|
43 |
-
fsspec==2024.9.0
|
44 |
-
gitdb==4.0.12
|
45 |
-
gitpython==3.1.44
|
46 |
-
gradio>=5.33.0
|
47 |
-
gradio-client==1.7.0
|
48 |
-
greenlet==3.2.3 ; (python_full_version < '3.14' and platform_machine == 'AMD64') or (python_full_version < '3.14' and platform_machine == 'WIN32') or (python_full_version < '3.14' and platform_machine == 'aarch64') or (python_full_version < '3.14' and platform_machine == 'amd64') or (python_full_version < '3.14' and platform_machine == 'ppc64le') or (python_full_version < '3.14' and platform_machine == 'win32') or (python_full_version < '3.14' and platform_machine == 'x86_64')
|
49 |
-
grpcio==1.72.1
|
50 |
-
h11==0.16.0
|
51 |
-
hf-transfer==0.1.9
|
52 |
-
httpcore==1.0.9
|
53 |
-
httpx==0.28.1
|
54 |
-
huggingface-hub==0.27.0
|
55 |
-
idna==3.10
|
56 |
-
inflate64==1.0.3
|
57 |
-
ipadic==1.0.0
|
58 |
-
itsdangerous==2.2.0
|
59 |
-
jinja2==3.1.6
|
60 |
-
jiwer==3.0.5
|
61 |
-
joblib==1.4.2
|
62 |
-
kiwisolver==1.4.8
|
63 |
-
lightning-utilities==0.14.3
|
64 |
-
loguru==0.7.3
|
65 |
-
mako==1.3.10
|
66 |
-
markdown==3.8
|
67 |
-
markdown-it-py==3.0.0
|
68 |
-
markupsafe==2.1.5
|
69 |
-
matplotlib==3.10.3
|
70 |
-
mdurl==0.1.2
|
71 |
-
mpmath==1.3.0
|
72 |
-
multidict==6.4.4
|
73 |
-
multiprocess==0.70.16
|
74 |
-
multivolumefile==0.2.3
|
75 |
-
networkx==3.4.2 ; python_full_version < '3.11'
|
76 |
-
networkx==3.5 ; python_full_version >= '3.11'
|
77 |
-
nltk==3.9.1
|
78 |
-
numpy==2.2.6
|
79 |
-
nvidia-cublas-cu12==12.6.4.1 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
80 |
-
nvidia-cuda-cupti-cu12==12.6.80 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
81 |
-
nvidia-cuda-nvrtc-cu12==12.6.77 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
82 |
-
nvidia-cuda-runtime-cu12==12.6.77 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
83 |
-
nvidia-cudnn-cu12==9.5.1.17 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
84 |
-
nvidia-cufft-cu12==11.3.0.4 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
85 |
-
nvidia-cufile-cu12==1.11.1.6 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
86 |
-
nvidia-curand-cu12==10.3.7.77 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
87 |
-
nvidia-cusolver-cu12==11.7.1.2 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
88 |
-
nvidia-cusparse-cu12==12.5.4.2 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
89 |
-
nvidia-cusparselt-cu12==0.6.3 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
90 |
-
nvidia-ml-py==12.535.161
|
91 |
-
nvidia-nccl-cu12==2.26.2 ; platform_machine != 'aarch64' and platform_system == 'Linux'
|
92 |
-
nvidia-nvjitlink-cu12==12.6.85 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
93 |
-
nvidia-nvtx-cu12==12.6.77 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
94 |
-
nvitop==1.3.2
|
95 |
-
opencv-python-headless==4.11.0.86
|
96 |
-
optuna==4.1.0
|
97 |
-
orjson==3.10.18
|
98 |
-
packaging==24.2
|
99 |
-
pandas==2.2.3
|
100 |
-
peft==0.14.0
|
101 |
-
pillow==11.0.0
|
102 |
-
platformdirs==4.3.8
|
103 |
-
propcache==0.3.1
|
104 |
-
protobuf==6.31.1
|
105 |
-
psutil==7.0.0
|
106 |
-
py7zr==0.22.0
|
107 |
-
pyarrow==20.0.0
|
108 |
-
pybcj==1.0.6
|
109 |
-
pycocotools==2.0.8
|
110 |
-
pycparser==2.22
|
111 |
-
pycryptodomex==3.23.0
|
112 |
-
pydantic==2.10.4
|
113 |
-
pydantic-core==2.27.2
|
114 |
-
pydub==0.25.1
|
115 |
-
pygments==2.19.1
|
116 |
-
pyngrok==7.2.1
|
117 |
-
pyparsing==3.2.3
|
118 |
-
pyppmd==1.1.1
|
119 |
-
python-dateutil==2.9.0.post0
|
120 |
-
python-multipart==0.0.20
|
121 |
-
pytz==2025.2
|
122 |
-
pyyaml==6.0.2
|
123 |
-
pyzstd==0.17.0
|
124 |
-
rapidfuzz==3.13.0
|
125 |
-
regex==2024.11.6
|
126 |
-
requests==2.32.3
|
127 |
-
rich==14.0.0
|
128 |
-
rouge-score==0.1.2
|
129 |
-
ruff==0.11.13 ; sys_platform != 'emscripten'
|
130 |
-
sacremoses==0.1.1
|
131 |
-
safehttpx==0.1.6
|
132 |
-
safetensors==0.5.3
|
133 |
-
scikit-learn==1.6.0
|
134 |
-
scipy==1.15.3
|
135 |
-
semantic-version==2.10.0
|
136 |
-
sentence-transformers==3.3.1
|
137 |
-
sentencepiece==0.2.0
|
138 |
-
sentry-sdk==2.29.1
|
139 |
-
seqeval==1.2.2
|
140 |
-
setproctitle==1.3.6
|
141 |
-
setuptools==80.9.0
|
142 |
-
shellingham==1.5.4 ; sys_platform != 'emscripten'
|
143 |
-
simsimd==6.4.7
|
144 |
-
six==1.17.0
|
145 |
-
smmap==5.0.2
|
146 |
-
sniffio==1.3.1
|
147 |
-
sqlalchemy==2.0.41
|
148 |
-
starlette==0.41.3
|
149 |
-
stringzilla==3.12.5
|
150 |
-
sympy==1.14.0
|
151 |
-
tensorboard==2.18.0
|
152 |
-
tensorboard-data-server==0.7.2
|
153 |
-
termcolor==3.1.0
|
154 |
-
texttable==1.7.0
|
155 |
-
threadpoolctl==3.6.0
|
156 |
-
tiktoken==0.8.0
|
157 |
-
timm==1.0.12
|
158 |
-
tokenizers==0.21.1
|
159 |
-
tomli==2.2.1 ; python_full_version < '3.11'
|
160 |
-
tomlkit==0.13.3
|
161 |
-
torch==2.7.1
|
162 |
-
torchmetrics==1.6.0
|
163 |
-
torchvision==0.22.1
|
164 |
-
tqdm==4.67.1
|
165 |
-
transformers==4.48.0
|
166 |
-
triton==3.3.1 ; platform_machine == 'x86_64' and platform_system == 'Linux'
|
167 |
-
trl==0.13.0
|
168 |
-
typer==0.16.0 ; sys_platform != 'emscripten'
|
169 |
-
typing-extensions==4.14.0
|
170 |
-
tzdata==2025.2
|
171 |
-
urllib3==2.4.0
|
172 |
-
uvicorn==0.34.0
|
173 |
-
wandb==0.20.1
|
174 |
-
websockets==14.2
|
175 |
-
werkzeug==3.1.3
|
176 |
-
win32-setctime==1.2.0 ; sys_platform == 'win32'
|
177 |
-
windows-curses==2.4.1 ; platform_system == 'Windows'
|
178 |
-
xgboost==2.1.3
|
179 |
-
xxhash==3.5.0
|
180 |
-
yarl==1.20.0
|
181 |
git+https://github.com/huggingface/autotrain-advanced.git
|
182 |
|
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
# uv export --format requirements-txt --no-hashes
|
3 |
|
4 |
+
gradio[mcp]
|
5 |
+
pandas
|
6 |
+
wandb
|
7 |
+
httpx
|
8 |
+
aiofiles
|
9 |
+
datasets
|
10 |
+
torch
|
11 |
+
transformers
|
12 |
+
accelerate
|
13 |
+
peft
|
14 |
+
bitsandbytes
|
15 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
git+https://github.com/huggingface/autotrain-advanced.git
|
17 |
|