Skip to content

Commit df8bbbe

Browse files
Pin numpy to less than 2 for testing the tests
1 parent 735fa77 commit df8bbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def install_for_development(self):
105105
# Dependency version declared in pyproject.toml
106106
epicscorelibs.version.abi_requires(),
107107
"pvxslibs>=1.2.4",
108-
"numpy",
108+
"numpy<2.0",
109109
"epicsdbbuilder>=1.4"
110110
],
111111
zip_safe = False, # setuptools_dso is not compatible with eggs!

0 commit comments

Comments
 (0)