Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a043011

Browse files
authoredDec 30, 2024··
Update numpy requirement in /src/bindings/python
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.16.6...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7f0e7 commit a043011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/bindings/python/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# used in multiple components
2-
numpy>=1.16.6,<2.1.0 # Python bindings, frontends
2+
numpy>=1.16.6,<2.3.0 # Python bindings, frontends
33

44
# pytest
55
pytest>=5.0,<8.3

‎src/bindings/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy>=1.16.6,<2.1.0
1+
numpy>=1.16.6,<2.3.0
22
openvino-telemetry>=2023.2.1
33
packaging

0 commit comments

Comments
 (0)
Please sign in to comment.