Skip to content

Commit 6d225b4

Browse files
committed
Pin numpy<2 for docs builds.
This works around `labscript.core` clobbering from the `pylab` star importing `numpy.core` into the same namespace.
1 parent d687804 commit 6d225b4

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
@@ -52,4 +52,5 @@ docs = [
5252
"Sphinx==8.2.3",
5353
"sphinx-rtd-theme==3.0.2",
5454
"myst_parser==4.0.1",
55+
"numpy<2", # necessary to work-around pylab star import collision on core submodule
5556
]

0 commit comments

Comments
 (0)