Skip to content

Commit 09799ec

Browse files
Lock torch version to 2.2.2 when oldnumpy feature is set.
1 parent a3d7080 commit 09799ec

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
@@ -23,7 +23,7 @@ dev = [
2323
"ruff"
2424
]
2525
oldnumpy = [
26-
"torch>=2.2.2",
26+
"torch==2.2.2",
2727
"numpy<2"
2828
]
2929

0 commit comments

Comments
 (0)