| 1234567891011121314151617181920212223242526272829303132333435 |
- [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/**"]
- [dependency-groups]
- dev = [
- "pandas-stubs>=3.0.3.260530",
- ]
|