We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956f324 commit b7dde70Copy full SHA for b7dde70
setup.py
@@ -106,6 +106,8 @@ def install_for_development(self):
106
epicscorelibs.version.abi_requires(),
107
"pvxslibs>=1.3.2a2",
108
"numpy",
109
+ # Numpy PR #27235 was never backported to 2.0.*, so just fall back to numpy 1.*
110
+ "numpy<2.0 ; sys_platform == 'win32' ; python_version == '3.9'"
111
"epicsdbbuilder>=1.4",
112
"pyyaml>=6.0"
113
],
0 commit comments