Skip to content

Commit d4dfc81

Browse files
TEMP: Also pin epicscorelibs
1 parent c3aaa73 commit d4dfc81

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ dev =
6060
cothread; sys_platform != "win32"
6161
p4p>=4.2.0a2
6262
# Numpy PR #27235 was never backported to 2.0.*, so the latest p4p cannot build against it,
63-
# so pin to last good version
63+
# so pin to last good version. Also have to pin right epicscorelibs version with it.
6464
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"
6566

6667
[flake8]
6768
max-line-length = 80

0 commit comments

Comments
 (0)