Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Bump up huggingface-hub and transformers
Browse files- backend/pyproject.toml +2 -2
backend/pyproject.toml
CHANGED
@@ -13,8 +13,8 @@ pandas = "^2.2.3"
|
|
13 |
datasets = "^3.2.0"
|
14 |
pyarrow = "^18.1.0"
|
15 |
python-multipart = "^0.0.20"
|
16 |
-
huggingface-hub = "^0.27.
|
17 |
-
transformers = "^4.47.
|
18 |
safetensors = "^0.4.5"
|
19 |
aiofiles = "^24.1.0"
|
20 |
fastapi-cache2 = "^0.2.1"
|
|
|
13 |
datasets = "^3.2.0"
|
14 |
pyarrow = "^18.1.0"
|
15 |
python-multipart = "^0.0.20"
|
16 |
+
huggingface-hub = "^0.27.1"
|
17 |
+
transformers = "^4.47.1"
|
18 |
safetensors = "^0.4.5"
|
19 |
aiofiles = "^24.1.0"
|
20 |
fastapi-cache2 = "^0.2.1"
|