Skip to content

Commit

Permalink
setuptools only needed for cuda really
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 29, 2024
1 parent c843a25 commit 5781613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]

extras_require = {
"cuda": ["cupy >= 9.0.0", "jinja2 >= 2.10"],
"cuda": ["cupy >= 9.0.0", "jinja2 >= 2.10", "setuptools"],
"dask": ["dask[array] >= 2.2.0"],
"jax": ["jax >= 0.2.11", "jaxlib >= 0.1.65"],
"scipy": ["scipy >= 1.4.0"],
Expand Down

0 comments on commit 5781613

Please sign in to comment.