[PyOV] Allow `numpy` patch releases (#15265)

* Update reqs

* test, minor change
This commit is contained in:
Przemyslaw Wysocki 2023-01-24 16:13:12 +01:00 committed by GitHub
parent 0797cd15a8
commit 163baa3c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"