Skip to content

Commit

Permalink
Add setuptools to setup_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 31, 2024
1 parent 5fe0603 commit 04a5e39
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 @@ -41,7 +41,7 @@
extras_require["complete-cuda"] = sorted(set(sum(_all_extras, [])))


setup_requirements = []
setup_requirements = ["setuptools"]
test_requirements = (
extras_require["testing"]
+ extras_require["astropy"]
Expand Down

0 comments on commit 04a5e39

Please sign in to comment.