From 787796d88fb5c522d66f02273fb7841cedd1e1db Mon Sep 17 00:00:00 2001 From: Jan Iwaszkiewicz Date: Tue, 18 Jul 2023 09:35:03 +0200 Subject: [PATCH] [PyOV] Pin version of Cython for API 1.0 (#18604) --- .../python/src/compatibility/openvino/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/src/compatibility/openvino/requirements-dev.txt b/src/bindings/python/src/compatibility/openvino/requirements-dev.txt index aca50982d0d..1b36134de0b 100644 --- a/src/bindings/python/src/compatibility/openvino/requirements-dev.txt +++ b/src/bindings/python/src/compatibility/openvino/requirements-dev.txt @@ -1 +1 @@ -cython>=0.29.32 +cython>=0.29.32,<=0.29.36