Skip to content

Commit ca83bbc

Browse files
Merge pull request #5 from victorpoughon/dependabot/pip/torch-gte-2.4.1-and-lt-2.7.0
build(deps): update torch requirement from ~=2.4.1 to >=2.4.1,<2.7.0
2 parents eee4b8a + 0732cfe commit ca83bbc

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
@@ -12,7 +12,7 @@ classifiers = [
1212
"Programming Language :: Python :: 3",
1313
]
1414
dependencies = [
15-
"torch~=2.4.1",
15+
"torch>=2.4.1,<2.7.0",
1616
"build123d ~= 0.9.1",
1717
"matplotlib~=3.9.2",
1818
"colorcet >= 3",

0 commit comments

Comments
 (0)