Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 18, 2025
1 parent 5917d97 commit d9de8e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ dependencies = [
]

[project.optional-dependencies]
jax = [
"jax>=0.4.10",
"jaxlib>=0.4.10; platform_system != 'Darwin'", # CUDA/CPU backend (Not Apple GPU)
"jax-metal>=0.1.1; platform_system == 'Darwin'", # Metal backend (Apple GPU)
]
jax_cuda11 = ["jax[cuda11]"]
jax_cuda12 = ["jax[cuda12]"]
jax_cpu = ["jax[cpu]"]
jax_metal = ["jax-metal"]

[project.urls]
Source = "https://github.com/yhs0602/CraftGround"
Expand Down

0 comments on commit d9de8e3

Please sign in to comment.