-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
33 lines (30 loc) · 848 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool.poetry]
name = "computer_vision_model_apis"
version = "0.0.2"
description = "An API containing several health application packages and models for predicting or classifying diseases and utencils"
authors = ["chibuikeeugene <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.2.2"
scikit-learn = "^1.4.2"
pydantic = "^2.7.0"
strictyaml = "^1.7.3"
tensorflow = "^2.16.1"
scikeras = "^0.13.0"
pillow = "^10.3.0"
pydantic-settings = "^2.2.1"
fastapi = "^0.110.3"
uvicorn = "^0.29.0"
loguru = "^0.7.2"
python-multipart = "^0.0.9"
pytest = "^8.2.0"
tox = "^4.15.0"
tqdm = "^4.66.4"
awscli = "^1.33.13"
braintumor-model-package = "0.2.0"
kitchenware-model-package = "0.0.4"
pneumonia-model-package = "0.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"