| [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"] | |