Skip to content

Commit

Permalink
Remove numpy pin and bump p4p
Browse files Browse the repository at this point in the history
This p4p release should now support numpy 2.0
  • Loading branch information
AlexanderWells-diamond committed Sep 17, 2024
1 parent 99245d6 commit bcf6368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit bcf6368

Please sign in to comment.