We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0b13f5 + 0281594 commit 679f234Copy full SHA for 679f234
pyproject.toml
@@ -37,7 +37,7 @@ keywords = [
37
]
38
requires-python = ">=3.8"
39
dependencies = [
40
- "numpy",
+ "numpy<1.25", # for astropy compatibility vs deprecated np.product
41
"scipy",
42
"matplotlib",
43
# "PySide2 ; platform_system != 'Windows'",
0 commit comments