Skip to content

Commit f1d734e

Browse files
TEMP: Roll back this change and see what Python3.7 does
1 parent abc481a commit f1d734e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ def install_for_development(self):
107107
"pvxslibs>=1.3.2a2",
108108
# Numpy PR #27235 was never backported to 2.0.*, so just fall back
109109
# to numpy 1.*
110-
"numpy<2.0 ; sys_platform == 'win32' and python_version == '3.9'",
111110
"numpy",
111+
"numpy<2.0 ; sys_platform == 'win32' and python_version == '3.9'",
112112
"epicsdbbuilder>=1.4",
113113
"pyyaml>=6.0"
114114
],

0 commit comments

Comments
 (0)