Skip to content

Commit 3dbf1df

Browse files
AlexanderDokuchaevshumaari
authored andcommittedMar 8, 2025
Bump nympy and networkx (openvinotoolkit#3289)
### Changes Bumpy numpy to <2.3.0 and networkx to <3.5.0
1 parent b8b95bf commit 3dbf1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ dependencies = [
3636
"jsonschema>=3.2.0",
3737
"jstyleson>=0.0.2",
3838
"natsort>=7.1.0",
39-
"networkx>=2.6, <=3.3",
39+
"networkx>=2.6, <3.5.0",
4040
"ninja>=1.10.0.post2, <1.12",
41-
"numpy>=1.24.0, <2.2.0",
41+
"numpy>=1.24.0, <2.3.0",
4242
"openvino-telemetry>=2023.2.0",
4343
"packaging>=20.0",
4444
"pandas>=1.1.5,<2.3",

0 commit comments

Comments
 (0)