Skip to content

Commit 6c20596

Browse files
authored
Merge pull request astropy#16582 from neutrinoceros/docs/6.1.x/pin_numpy2
DOC: (v6.1.x) pin numpy<2.0 for consistency with astropy 6.1.0
2 parents a4beccb + bde7f24 commit 6c20596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ docs = [
107107
"tomli; python_version < '3.11'",
108108
"sphinxcontrib-globalsubs >= 0.1.1",
109109
"matplotlib!=3.9.0", # https://github.com/matplotlib/matplotlib/issues/28234
110+
"numpy<2.0", # keep the docs consistent throughout branch history (v6.1.x)
110111
]
111112

112113
[project.urls]

0 commit comments

Comments
 (0)