Skip to content

Commit 4655a49

Browse files
committed
chore(deps): constrain torch to 2.x
1 parent 3d5c7c4 commit 4655a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ make = "*"
167167
cxx-compiler = "*"
168168

169169
[tool.pixi.feature.bench.dependencies]
170-
pytorch = "*"
170+
pytorch = "2.*"
171171

172172
[tool.pixi.environments]
173173
cu12 = { features = ["cu12", "test"], solve-group = "cu12" }

0 commit comments

Comments
 (0)