We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956f324 commit c233e32Copy full SHA for c233e32
setup.py
@@ -106,6 +106,9 @@ 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
110
+ # to numpy 1.*
111
+ "numpy<2.0 ; sys_platform == 'win32' and python_version == '3.9'",
112
"epicsdbbuilder>=1.4",
113
"pyyaml>=6.0"
114
],
0 commit comments