Skip to content

Commit

Permalink
build: update PyTorch versions to allow for wildcard patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf committed Apr 29, 2024
1 parent 401c59b commit 49b1e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pixi.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2290,7 +2290,7 @@ packages:
name: mesh-kit
version: 0.0.1
path: .
sha256: 5b23f40ebf6a0632c169811d2831b51b35b9f055f8f09a2aafb2d57fddd4fcad
sha256: 41749a674efd1e232695f1781d9f9161ac77d58e0f233f778822c9389beec484
requires_dist:
- loguru
- meshio
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allow-direct-references = true

[tool.pixi.dependencies]
python = "3.11.*"
pytorch = { channel = "pytorch", version = "2.1.0" }
pytorch = { channel = "pytorch", version = "2.1.0.*" }
pytorch3d = { channel = "pytorch3d" }
tetgen = "*"
torchvision = { channel = "pytorch" }
Expand All @@ -58,7 +58,7 @@ default = ["cuda121", "dev", "docs"]
channels = ["nvidia"]

[tool.pixi.feature.cuda121.dependencies]
pytorch-cuda = { channel = "pytorch", version = "12.1" }
pytorch-cuda = { channel = "pytorch", version = "12.1.*" }

[tool.pixi.feature.docs.tasks]
docs = "mkdocs build"
Expand Down

0 comments on commit 49b1e2f

Please sign in to comment.