[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", ] [tool.mypy] exclude = [".venv/**"]