[PyOV] Align and bump numpy, further tidy up requirements (#16652)

* Align numpy

* Simplify the rest

* Minor change

* Minor change

* Restart CI

* Update paddle reqs
This commit is contained in:
Przemyslaw Wysocki
2023-04-12 11:14:38 +02:00
committed by GitHub
parent b755d17090
commit 69d6ef33fc
12 changed files with 22 additions and 23 deletions

View File

@@ -1,9 +1,10 @@
# used in multiple components
onnx==1.13.1 # Python bindings, ONNX Frontend
numpy>=1.16.6,<1.25 # Python bindings, frontends
protobuf>=3.18.1,<4.0.0 # Python bindings, frontends
# pytest
pytest==7.3.0; python_version >= '3.10'
pytest>=5.0,<=7.0.1; python_version < '3.10'
pytest>=5.0,<7.4
pytest-dependency==0.5.1
pytest-forked; platform_system != "Windows"
pytest-html==1.19.0
@@ -17,6 +18,6 @@ wheel>=0.38.1
# Frontends
docopt~=0.6.2
paddlepaddle==2.4.2
paddlepaddle==2.4.2; python_version<'3.11'
tensorflow>=1.15.5,<2.13.0
six~=1.16.0

View File

@@ -1,6 +1,6 @@
-c ./constraints.txt
numpy>=1.16.6,<=1.23.4
protobuf~=3.20.3
protobuf
numpy
onnx
bandit
black

View File

@@ -1,5 +1,5 @@
# ONNX - generate test models
-c ../../../bindings/python/constraints.txt
protobuf>=3.18.1,<4.0.0
protobuf
docopt
onnx

View File

@@ -1,6 +1,6 @@
# PaddlePaddle - generate test models
-c ../../../../src/bindings/python/constraints.txt
numpy>=1.16.6,<1.25.0
protobuf>=3.18.1,<4.0.0
protobuf
numpy
six
paddlepaddle
paddlepaddle; python_version<'3.11'

View File

@@ -1,3 +1,3 @@
-c ../../../bindings/python/constraints.txt
numpy>=1.16.6,<=1.23.4
numpy
tensorflow

View File

@@ -1,3 +1,3 @@
-c ../../../bindings/python/constraints.txt
numpy>=1.16.6,<1.25.0
numpy
tensorflow

View File

@@ -1,5 +1,5 @@
-c ../constraints.txt
numpy>=1.16.6
numpy
pytest
pytest-dependency
pytest-html

View File

@@ -1,3 +1,4 @@
numpy>=1.16.6,<1.25.0
attrs==22.2.0
distro==1.8.0
h5py>=3.1.0
@@ -5,8 +6,7 @@ Jinja2>=2.11.2
pandas>=1.3.5
pymongo>=3.12.0
PyYAML>=5.4.1
scipy>=1.8; python_version >= '3.8'
scipy~=1.7; python_version == '3.7'
scipy>=1.7
wheel>=0.38.1
defusedxml>=0.7.1
fastjsonschema~=2.15.1
@@ -14,8 +14,7 @@ test-generator==0.1.2
requests>=2.25.1
opencv-python>=4.5
py>=1.9.0
pytest==7.2.0; python_version >= '3.10'
pytest>=5.0,<=7.0.1; python_version < '3.10'
pytest>=5.0,<7.3
pytest-dependency==0.5.1
pytest-html==1.19.0
pytest-timeout==2.0.1
pytest-timeout==2.0.1

View File

@@ -1,8 +1,8 @@
-c ../constraints.txt
requests
numpy>=1.19.2
numpy
torch
torchvision
paddlepaddle
paddlepaddle; python_version<'3.11'
pytest
tensorflow-addons

View File

@@ -7,4 +7,4 @@ jsonschema
distro
pytest-html
pytest-timeout
numpy>=1.19.2
numpy

View File

@@ -1,5 +1,5 @@
-c ../../constraints.txt
numpy>=1.19.2
numpy
pytest
py
attrs

View File

@@ -6,8 +6,7 @@ mxnet~=1.2.0; sys_platform == 'win32'
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
onnx>=1.8.1,<=1.13.1
networkx<=2.8.8
pytest>=6.2.4; python_version < '3.10'
pytest==7.2.0; python_version >= '3.10'
pytest>=5.0,<7.3
protobuf>=3.18.1,<4.0.0
defusedxml>=0.7.1
requests>=2.25.1