Skip to content

Commit

Permalink
Merge pull request #12 from LowellObservatory/numpy2
Browse files Browse the repository at this point in the history
Do not allow Numpy 2.0 yet.
  • Loading branch information
tbowers7 authored Aug 15, 2024
2 parents 6bb4928 + ebefe0b commit d94ccaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Documentation :: Sphinx
Topic :: Scientific/Engineering :: Astronomy
Topic :: Software Development :: Libraries :: Python Modules
Expand All @@ -38,7 +39,7 @@ install_requires =
darkdetect
ccdproc
matplotlib
numpy>=1.22
numpy>=1.23,<2.0.0
scipy>=1.9
PySimpleGUI-4-foss
requests
Expand Down

0 comments on commit d94ccaf

Please sign in to comment.