Skip to content

Commit f6dbc50

Browse files
fix: python version upper bound (#84)
1 parent cd7b45a commit f6dbc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exclude = [
3838
]
3939

4040
[tool.poetry.dependencies]
41-
python = ">=3.9,<=3.12"
41+
python = ">=3.9,<3.13"
4242
wget = "*"
4343
torch = "2.7.0"
4444
torchvision = "0.22.0"

0 commit comments

Comments
 (0)