downgraded python for torch compatibility

This commit is contained in:
brian
2025-03-08 21:29:06 +00:00
parent 9af3d9bc54
commit a610bf4d89
+1 -1
View File
@@ -9,7 +9,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
[tool.poetry.group.test.dependencies]