HippocampAIF / pyproject.toml
algorembrant's picture
Upload 253 files
32d978d verified
[project]
name = "hippocampaif"
version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
"numpy>=1.24",
"scipy>=1.10",
"Pillow>=9.0",
]
[tool.pyright]
pythonVersion = "3.13"
venvPath = "."
venv = ".venv"
extraPaths = [".", ".venv/Lib/site-packages"]