We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bb4928 + ebefe0b commit d94ccafCopy full SHA for d94ccaf
setup.cfg
@@ -19,6 +19,7 @@ classifiers =
19
Programming Language :: Python
20
Programming Language :: Python :: 3.10
21
Programming Language :: Python :: 3.11
22
+ Programming Language :: Python :: 3.12
23
Topic :: Documentation :: Sphinx
24
Topic :: Scientific/Engineering :: Astronomy
25
Topic :: Software Development :: Libraries :: Python Modules
@@ -38,7 +39,7 @@ install_requires =
38
39
darkdetect
40
ccdproc
41
matplotlib
- numpy>=1.22
42
+ numpy>=1.23,<2.0.0
43
scipy>=1.9
44
PySimpleGUI-4-foss
45
requests
0 commit comments