Nephroscreen / pyproject.toml
sadiqM's picture
Solo framing + interpretability, maturity signals, case study
bf27edd
Raw
History Blame Contribute Delete
548 Bytes
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "nephroscreen"
version = "1.0.0"
description = "Leakage-safe machine-learning pipeline and API for early chronic kidney disease screening."
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
[project.optional-dependencies]
analysis = ["shap==0.46.0", "matplotlib==3.9.2", "notebook", "nbformat"]
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
pythonpath = ["src", "."]
testpaths = ["tests"]