Files
openvino/src/bindings/python/requirements_test.txt
Przemyslaw Wysocki 52b27d82c5 Upgrade ONNX to 1.13, protobuf to 3.20.3 and relax tensorflow (#14773)
* Bump ONNX version

* Bump protobuf

* Add xfails and skips

* Add tickets

* Skip ONNX Serialization tests

* Compile ONNX with C++17

* Force cpp17 - 2

* Use MSVC check

* Update tensorflow

* Minor change

* Bump onnx to 1.13.1

* Bump protobuf to 3.20.3

* Debug test tf

* Xfail tests in comp

* Update comp tests

* Update tf reqs

* Remove deprecated ONNX function

* Align PDPD FE protobuf req with 2.4.1

* Satisfy dependency review

* Attempt to fix dependency review

* Revert pdpd protobuf

* Skip pdpd tests

* Fix MO-TF-PB test

* Skip TF test case

* Add ticket numbers, rewrite reqs

* Fix requirements

* Minor change

* Set TF to 2.12

* Remove wrapt and skip test
2023-03-24 00:43:01 +04:00

44 lines
826 B
Plaintext

bandit
black
flake8
flake8-annotations-complexity
flake8-broken-line
flake8-bugbear
flake8-class-attributes-order
flake8-comprehensions
flake8-debugger
flake8-docstrings
flake8-eradicate
flake8-executable
flake8-expression-complexity
flake8-print
flake8-pytest-style
flake8-rst-docstrings
# Force version of pygments from flake8-rst-docstrings
pygments>=2.8.1
flake8-string-format
flake8-variables-names
flake8_builtins
flake8_coding
flake8_commas
flake8_pep3101
flake8_quotes
mypy
onnx==1.13.1
Pep8-naming
pydocstyle
pytest-forked; platform_system != "Windows"
pytest-xdist
pytest>=5.0,<=7.0.1; python_version < '3.10'
pytest==7.2.1; python_version >= '3.10'
pytest-html==1.19.0
py>=1.9.0
radon
retrying
tox
types-pkg_resources
wheel>=0.38.1
protobuf~=3.20.3
numpy>=1.16.6,<=1.23.4
singledispatchmethod; python_version<'3.8'