File size: 268 Bytes
32d978d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [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"]
|