Skip to content

Commit

Permalink
set py version < 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Guest400123064 committed Oct 11, 2024
1 parent 5bc500e commit 9da961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.9"
python = "<3.12,^3.9"
torch = "^2.4.1"
einops = "^0.8.0"
numpy = "<2.1"
Expand Down

0 comments on commit 9da961e

Please sign in to comment.