[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:
parent
734bc400ec
commit
8427493446
@ -1,5 +1,6 @@
|
||||
-c ../constraints.txt
|
||||
numpy
|
||||
protobuf
|
||||
pytest
|
||||
pytest-dependency
|
||||
pytest-html
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user