alozowski HF staff commited on
Commit
c006f60
·
verified ·
1 Parent(s): 2618358

Update dependencies

Browse files
Files changed (1) hide show
  1. backend/pyproject.toml +14 -14
backend/pyproject.toml CHANGED
@@ -6,25 +6,25 @@ authors = ["Your Name <[email protected]>"]
6
 
7
  [tool.poetry.dependencies]
8
  python = "^3.9"
9
- fastapi = "^0.104.1"
10
- uvicorn = {extras = ["standard"], version = "^0.24.0"}
11
- numpy = "1.24.3"
12
- pandas = "^2.0.0"
13
- datasets = "^2.0.0"
14
- pyarrow = "^14.0.1"
15
- python-multipart = "^0.0.6"
16
- huggingface-hub = "^0.19.0"
17
- transformers = "^4.35.0"
18
- safetensors = "^0.4.0"
19
  aiofiles = "^24.1.0"
20
  fastapi-cache2 = "^0.2.1"
21
 
22
  [tool.poetry.group.dev.dependencies]
23
- pytest = "^7.4.0"
24
- black = "^23.7.0"
25
- isort = "^5.12.0"
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"