We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aaa73 commit d4dfc81Copy full SHA for d4dfc81
1 file changed
setup.cfg
@@ -60,8 +60,9 @@ dev =
60
cothread; sys_platform != "win32"
61
p4p>=4.2.0a2
62
# Numpy PR #27235 was never backported to 2.0.*, so the latest p4p cannot build against it,
63
- # so pin to last good version
+ # so pin to last good version. Also have to pin right epicscorelibs version with it.
64
p4p==4.2.1 ; sys_platform == "win32" and python_version == "3.9"
65
+ epicscorelibs==7.0.7.99.1.2 ; sys_platform == "win32" and python_version == "3.9"
66
67
[flake8]
68
max-line-length = 80
0 commit comments