Skip to content

Commit

Permalink
Merge pull request #587 from lpsinger/support-numpy-2.x
Browse files Browse the repository at this point in the history
Support Numpy 1.x and 2.x
  • Loading branch information
bmorris3 committed Aug 12, 2024
2 parents 7880daa + fd57d63 commit 96777b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = find:
python_requires = >=3.7
setup_requires = setuptools_scm
install_requires =
numpy<2
numpy>=1.17
astropy>=4
pytz
six
Expand Down

0 comments on commit 96777b3

Please sign in to comment.