Skip to content

Commit 5074665

Browse files
build(deps): update numpy requirement in /requirements
Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.23.5...v2.5.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b84d5a commit 5074665

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libusb1
55

66
# sensor
77
cbor
8-
numpy>=1.23.5,<2.0
8+
numpy>=2.5.2,<3.0
99

1010

1111
# vision

0 commit comments

Comments
 (0)