This commit is contained in:
jbkzi
2026-01-22 13:50:41 +01:00
parent e5cb97d2e5
commit 251fd3e9be
6 changed files with 323 additions and 159 deletions

View File

@@ -8,3 +8,9 @@ dependencies = [
"matplotlib>=3.10.8",
"torch>=2.9.1",
]
[tool.pyright]
# "venvPath" specifies the folder *containing* the venv directory
venvPath = "."
# "venv" specifies the *name* of the venv directory
venv = ".venv"