[PyOV] Limit protobuf version for conditional compilation tests (#21130)

* Initial commit

* Add protobuf version bound

* Revert "Initial commit"

This reverts commit 5fd6b521df.

* Cleanup of accidental commits

* Cleanup of accidental commits

---------

Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com>
Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com>
This commit is contained in:
Przemyslaw Wysocki 2023-12-01 17:13:12 +01:00 committed by GitHub
parent 734bc400ec
commit 8427493446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
-c ../constraints.txt
numpy
protobuf
pytest
pytest-dependency
pytest-html

View File

@ -16,6 +16,7 @@ test-generator==0.1.2
requests>=2.25.1
opencv-python>=4.5
paddlepaddle==2.5.0
protobuf>=3.18.1,<4.0.0
py>=1.9.0
pytest>=5.0,<7.5
pytest-dependency==0.5.1