Skip to content

Commit

Permalink
Fix TOML parse error in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Aug 21, 2024
1 parent 40a184f commit fd16655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pytest-icdiff = "*"
robot_descriptions = "*"

[tool.pixi.feature.gpu]
dependencies = { cuda-version = "12.*", cuda-cupti = "*", jaxlib = "**cuda*" }
dependencies = { cuda-version = "12.*", cuda-cupti = "*" }
platforms = ["linux-64"]
system-requirements = { cuda = "12.1" }

Expand Down

0 comments on commit fd16655

Please sign in to comment.