Spaces:
Sleeping
Sleeping
File size: 421 Bytes
044baa7 180a7cc 044baa7 | 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 | [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",
]
|