futurisys-api / pyproject.toml
PCelia's picture
Upload folder using huggingface_hub
180a7cc verified
raw
history blame contribute delete
421 Bytes
[project]
name = "ml-futurisys"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi",
"uvicorn",
"pydantic",
"joblib",
"scikit-learn",
"imbalanced-learn",
"pandas",
"numpy",
"matplotlib",
"seaborn",
"shap",
"pytest",
"pytest-cov",
"httpx",
"sqlalchemy",
"python-dotenv",
]