Skip to content

Commit fe37777

Browse files
authored
[PyOV] update numpy <2.3.0 (openvinotoolkit#28039)
Support [NumPy 2.2.0](https://github.com/numpy/numpy/releases/tag/v2.2.0) release (actually, not a major release)
1 parent abb5595 commit fe37777

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bindings/python/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# used in multiple components
2-
numpy>=1.16.6,<2.2.0 # Python bindings, frontends
2+
numpy>=1.16.6,<2.3.0 # Python bindings, frontends
33

44
# pytest
55
pytest>=5.0,<8.4

src/bindings/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy>=1.16.6,<2.2.0
1+
numpy>=1.16.6,<2.3.0
22
openvino-telemetry>=2023.2.1
33
packaging

0 commit comments

Comments
 (0)