Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Alina Lozovskaya
commited on
Commit
·
15199e7
1
Parent(s):
1309c5d
Correct a typo in backend/pyproject.toml
Browse files- backend/pyproject.toml +1 -1
backend/pyproject.toml
CHANGED
@@ -13,7 +13,7 @@ pandas = "^2.2.3"
|
|
13 |
datasets = "^3.2.0"
|
14 |
pyarrow = "^18.1.0"
|
15 |
python-multipart = "^0.0.20"
|
16 |
-
huggingface-hub
|
17 |
transformers = "4.49.0"
|
18 |
safetensors = "^0.4.5"
|
19 |
aiofiles = "^24.1.0"
|
|
|
13 |
datasets = "^3.2.0"
|
14 |
pyarrow = "^18.1.0"
|
15 |
python-multipart = "^0.0.20"
|
16 |
+
huggingface-hub = "0.29.0rc7"
|
17 |
transformers = "4.49.0"
|
18 |
safetensors = "^0.4.5"
|
19 |
aiofiles = "^24.1.0"
|