| 123456789101112131415161718192021222324252627282930 |
- [project]
- name = "alnn_rewrite"
- requires-python = ">=3.14"
- version = "0.1.0"
- description = "A rewrite of the Alzheimer's diagnosis network for Nick's thesis project."
- readme = "README.md"
- dependencies = [
- "torch",
- "torchvision",
- "numpy",
- "pandas",
- "scikit-learn",
- "matplotlib",
- "seaborn",
- "jupyterlab",
- "nibabel",
- "scipy",
- "tqdm",
- "xarray",
- "bayesian-torch",
- "jaxtyping",
- "textual",
- "toml",
- "xarray",
- "netcdf4>=1.7.4",
- ]
- [tool.mypy]
- exclude = [".venv/**"]
|