* Add upper bound
* backport flake fix
* Support of protobuf >= 21 (#18351)
* Corrected typo
* Ability to compile with newer protobuf versions
* Limit numpy (#18406)
* Revert "[PyOV] Pin version of Cython for API 1.0 (#18604)" (#18681)
* Revert "[PyOV] Pin version of Cython for API 1.0 (#18604)"
This reverts commit 787796d88f.
* Suppressed clang warning
* Restrict scipy module version for POT (#18237)
* Restrict scipy module version for POT
Latest release https://pypi.org/project/scipy/1.11.0 causes dependency conflicts
* Bump OMZ to include scipy restriction
---------
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
---------
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
Co-authored-by: Alina Kladieva <alina.kladieva@intel.com>
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
33 lines
572 B
Plaintext
33 lines
572 B
Plaintext
[requires]
|
|
ade/0.1.2a
|
|
onetbb/[>=2021.2.1]
|
|
pugixml/[>=1.10]
|
|
protobuf/3.21.9
|
|
ittapi/[>=3.23.0]
|
|
zlib/[>=1.2.8]
|
|
opencl-icd-loader/[>=2022.09.30]
|
|
# opencl-clhpp-headers/[>=2022.09.30]
|
|
opencl-headers/[>=2022.09.30]
|
|
xbyak/[>=6.62]
|
|
snappy/[>=1.1.7]
|
|
gflags/2.2.2
|
|
onnx/1.13.1
|
|
nlohmann_json/[>=3.1.1]
|
|
pybind11/[>=2.10.1]
|
|
flatbuffers/[>=22.9.24]
|
|
|
|
[tool_requires]
|
|
cmake/[>=3.15]
|
|
patchelf/[>=0.12]
|
|
protobuf/3.21.9
|
|
flatbuffers/[>=22.9.24]
|
|
|
|
[options]
|
|
protobuf/*:lite=True
|
|
onetbb/*:tbbmalloc=True
|
|
onetbb/*:tbbproxy=True
|
|
flatbuffers/*:header_only=True
|
|
|
|
[generators]
|
|
CMakeDeps
|
|
CMakeToolchain |