Skip to content

Commit 391dc75

Browse files
authored
Merge pull request astropy#15651 from saimn/v6.0.0-pin-numpy
Pin numpy<2.0 for v6.0.0
2 parents 249db4b + c94fec9 commit 391dc75

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
@@ -39,7 +39,7 @@ keywords = [
3939
"ascii",
4040
]
4141
dependencies = [
42-
"numpy>=1.22",
42+
"numpy>=1.22,<2",
4343
"pyerfa>=2.0",
4444
"astropy-iers-data>=0.2023.10.30.0.29.53",
4545
"PyYAML>=3.13",

0 commit comments

Comments
 (0)