[project] name = "misscp" version = "0.1.0" description = "Anonymous research code for missingness-aware conformal prediction" readme = "README.md" requires-python = ">=3.12" dependencies = [ "matplotlib>=3.10.8", "numpy>=2.4.3", "pandas>=3.0.1", "pytest>=9.0.2", "scikit-learn>=1.8.0", "torch>=2.11.0", "xgboost>=3.2.0", ] [project.optional-dependencies] external-baselines = [ "conditionalconformal==0.0.5", ] non-clinical = [ "folktables>=0.0.12", ] [project.scripts] sepsis-mcp = "sepsis_mcp:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/sepsis_mcp"]