Skip to content

Commit d94ccaf

Browse files
authored
Merge pull request #12 from LowellObservatory/numpy2
Do not allow Numpy 2.0 yet.
2 parents 6bb4928 + ebefe0b commit d94ccaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers =
1919
Programming Language :: Python
2020
Programming Language :: Python :: 3.10
2121
Programming Language :: Python :: 3.11
22+
Programming Language :: Python :: 3.12
2223
Topic :: Documentation :: Sphinx
2324
Topic :: Scientific/Engineering :: Astronomy
2425
Topic :: Software Development :: Libraries :: Python Modules
@@ -38,7 +39,7 @@ install_requires =
3839
darkdetect
3940
ccdproc
4041
matplotlib
41-
numpy>=1.22
42+
numpy>=1.23,<2.0.0
4243
scipy>=1.9
4344
PySimpleGUI-4-foss
4445
requests

0 commit comments

Comments
 (0)