Skip to content

Commit

Permalink
Merge pull request #138 from ami-iit/flferretti-patch-1
Browse files Browse the repository at this point in the history
Remove `cuda-cupti` and `cuda-nvcc` run dependencies for pixi
  • Loading branch information
flferretti committed Apr 16, 2024
2 parents 10c7199 + b4c5c7d commit a6544fb
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 a6544fb

Please sign in to comment.