From b7d73cbbe339218e995cc4d95aa4d9741f5353f0 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wysocki Date: Mon, 28 Aug 2023 17:36:51 +0200 Subject: [PATCH] [PyOV] Limit `cython` version (#19443) --- .../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..ff31321fd4a 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,<=3.0.0