Skip to content

Commit 679f234

Browse files
authored
Merge pull request #225 from ToFuProject/Issue224_Numpy
[#224] Numpy<1.25
2 parents c0b13f5 + 0281594 commit 679f234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ keywords = [
3737
]
3838
requires-python = ">=3.8"
3939
dependencies = [
40-
"numpy",
40+
"numpy<1.25", # for astropy compatibility vs deprecated np.product
4141
"scipy",
4242
"matplotlib",
4343
# "PySide2 ; platform_system != 'Windows'",

0 commit comments

Comments
 (0)