Skip to content

Commit bde7f24

Browse files
committed
DOC: (v6.1.x) pin numpy<2.0 for consistency with astropy 6.1.0
1 parent ffb7417 commit bde7f24

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
@@ -105,6 +105,7 @@ docs = [
105105
"tomli; python_version < '3.11'",
106106
"sphinxcontrib-globalsubs >= 0.1.1",
107107
"matplotlib!=3.9.0", # https://github.com/matplotlib/matplotlib/issues/28234
108+
"numpy<2.0", # keep the docs consistent throughout branch history (v6.1.x)
108109
]
109110

110111
[project.urls]

0 commit comments

Comments
 (0)