Skip to content

Commit c419d08

Browse files
Update numpy requirement
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `numpy` to 2.1.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v0.2.0...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2424144 commit c419d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "A softioc to control a PandABlocks-FPGA."
1414
dependencies = [
1515
"fastcs@git+https://github.com/DiamondLightSource/FastCS@panda-conversion-improvements",
1616
"pandablocks~=0.10.0",
17-
"numpy<2", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
17+
"numpy<3", # until https://github.com/mdavidsaver/p4p/issues/145 is fixed
1818
"pydantic>2",
1919
"h5py",
2020
]

0 commit comments

Comments
 (0)