Skip to content

Commit

Permalink
add setuptools requirement in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Oct 5, 2023
1 parent 226aee4 commit 481e280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def is_platform_windows():
"numpy>=1.20",
"pyerfa>=2.0",
"scipy>=1.5",
"setuptools>=61",
"setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
],
"extras_require": {
Expand Down

0 comments on commit 481e280

Please sign in to comment.