[PyOV] Allow `numpy` patch releases (#15265)
* Update reqs * test, minor change
This commit is contained in:
parent
0797cd15a8
commit
163baa3c1c
|
|
@ -1,6 +1,6 @@
|
|||
# PaddlePaddle - generate test models
|
||||
paddlepaddle==2.4.1
|
||||
gast==0.3.3
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
six~=1.16.0
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
fastjsonschema~=2.15.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ mxnet~=1.2.0; sys_platform == 'win32'
|
|||
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
defusedxml>=0.7.1
|
||||
urllib3>=1.26.4
|
||||
requests>=2.25.1
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
onnx>=1.8.1,<=1.12
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
fastjsonschema~=2.15.1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
tensorflow>=1.15.5,<=2.11.0
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
numpy>=1.16.6,<=1.24.0
|
||||
numpy>=1.16.6,<1.25.0
|
||||
tensorflow>=2.5,<=2.11.0
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<=2.8.8; python_version > "3.6"
|
||||
|
|
|
|||
Loading…
Reference in New Issue