Skip to content

Commit

Permalink
Bump numpy version upper bound (#2202)
Browse files Browse the repository at this point in the history
### Changes

Bump `numpy` version.

### Reason for changes

Current version causes issues in OpenVINO CI: intel-innersource/frameworks.ai.openvino.ci.product-configs#2803

### Related tickets

122802
  • Loading branch information
p-wysocki authored Oct 18, 2023
1 parent 5150867 commit dc5ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def find_version(*file_paths):
"natsort>=7.1.0",
"networkx>=2.6, <=2.8.2", # see ticket 94048 or https://github.com/networkx/networkx/issues/5962
"ninja>=1.10.0.post2, <1.11",
"numpy>=1.19.1, <1.25",
"numpy>=1.19.1, <1.27",
"openvino-telemetry>=2023.2.0",
"packaging>=20.0",
"pandas>=1.1.5,<2.1",
Expand Down

0 comments on commit dc5ded2

Please sign in to comment.