Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update dependencies
Browse files- backend/pyproject.toml +14 -14
backend/pyproject.toml
CHANGED
|
@@ -6,25 +6,25 @@ authors = ["Your Name <your.email@example.com>"]
|
|
| 6 |
|
| 7 |
[tool.poetry.dependencies]
|
| 8 |
python = "^3.9"
|
| 9 |
-
fastapi = "^0.
|
| 10 |
-
uvicorn = {extras = ["standard"], version = "^0.
|
| 11 |
-
numpy = "
|
| 12 |
-
pandas = "^2.
|
| 13 |
-
datasets = "^2.0
|
| 14 |
-
pyarrow = "^
|
| 15 |
-
python-multipart = "^0.0.
|
| 16 |
-
huggingface-hub = "^0.
|
| 17 |
-
transformers = "^4.
|
| 18 |
-
safetensors = "^0.4.
|
| 19 |
aiofiles = "^24.1.0"
|
| 20 |
fastapi-cache2 = "^0.2.1"
|
| 21 |
|
| 22 |
[tool.poetry.group.dev.dependencies]
|
| 23 |
-
pytest = "^
|
| 24 |
-
black = "^
|
| 25 |
-
isort = "^5.
|
| 26 |
flake8 = "^6.1.0"
|
| 27 |
-
|
| 28 |
[build-system]
|
| 29 |
requires = ["poetry-core>=1.0.0"]
|
| 30 |
build-backend = "poetry.core.masonry.api"
|
|
|
|
| 6 |
|
| 7 |
[tool.poetry.dependencies]
|
| 8 |
python = "^3.9"
|
| 9 |
+
fastapi = "^0.115.6"
|
| 10 |
+
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
| 11 |
+
numpy = "^2.2.0"
|
| 12 |
+
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.0"
|
| 17 |
+
transformers = "^4.47.0"
|
| 18 |
+
safetensors = "^0.4.5"
|
| 19 |
aiofiles = "^24.1.0"
|
| 20 |
fastapi-cache2 = "^0.2.1"
|
| 21 |
|
| 22 |
[tool.poetry.group.dev.dependencies]
|
| 23 |
+
pytest = "^8.3.4"
|
| 24 |
+
black = "^24.10.0"
|
| 25 |
+
isort = "^5.13.2"
|
| 26 |
flake8 = "^6.1.0"
|
| 27 |
+
|
| 28 |
[build-system]
|
| 29 |
requires = ["poetry-core>=1.0.0"]
|
| 30 |
build-backend = "poetry.core.masonry.api"
|