From bcf6368cb7a6228b051647dbec9aa8443a8b6767 Mon Sep 17 00:00:00 2001 From: AlexWells Date: Tue, 17 Sep 2024 14:09:47 +0100 Subject: [PATCH] Remove numpy pin and bump p4p This p4p release should now support numpy 2.0 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index ea254e4b..e69e19c9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ dev = pytest-asyncio aioca >=1.6 cothread; sys_platform != "win32" - p4p>=4.1.11 + p4p>=4.2.0a2 [flake8] max-line-length = 80 diff --git a/setup.py b/setup.py index 117387ab..3f9193de 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def install_for_development(self): # Dependency version declared in pyproject.toml epicscorelibs.version.abi_requires(), "pvxslibs>=1.2.4", - "numpy<2.0", + "numpy", "epicsdbbuilder>=1.4", "pyyaml>=6.0" ],