Skip to content

Commit

Permalink
Remove cuda-cupti and cuda-nvcc dependency for pixi
Browse files Browse the repository at this point in the history
Given that conda-forge/jaxlib-feedstock#241 has been merged, they are not needed anymore
  • Loading branch information
flferretti committed Apr 16, 2024
1 parent 10c7199 commit b4c5c7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,7 @@ pip = "*"
[tool.pixi.feature.gpu]
platforms = ["linux-64"]
system-requirements = {cuda = "12.1"}
# cuda-nvcc and cuda-cupti are just a workaround for
# https://github.com/conda-forge/jaxlib-feedstock/pull/241
dependencies = {cuda-version = "12.*", cuda-nvcc = "*", cuda-cupti = "*", jaxlib = "* *cuda*"}
dependencies = {cuda-version = "12.*", jaxlib = "* *cuda*"}

[tool.pixi.pypi-dependencies]
jaxsim = { path = "./", editable = true}
Expand Down

0 comments on commit b4c5c7d

Please sign in to comment.