Skip to content

Commit

Permalink
add extra_require for jax[cuda12]
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Aug 26, 2024
1 parent 86c7f9a commit 380cc81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"scikit-learn>=1.0.2",
"scipy>=1.8.0",
],
extras_require={
"cuda12": ["jax[cuda12]>=0.4.16"],
},
dependency_links=[
"https://storage.googleapis.com/jax-releases/jax_releases.html",
],
Expand Down

0 comments on commit 380cc81

Please sign in to comment.