From b57dc03e334d918ff69d4271b4c45a5c5b360d71 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 9 May 2025 11:14:34 +0200 Subject: [PATCH 1/2] Pin cython to <3.1 --- conda-recipe/meta.yaml | 2 +- environments/build_with_oneapi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index d7d647c7a192..782ef8832bd3 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -13,7 +13,7 @@ requirements: - python - setuptools - numpy >=1.23 - - cython + - cython <3.1 # [linux] - cmake >=3.21 - ninja - git diff --git a/environments/build_with_oneapi.yml b/environments/build_with_oneapi.yml index 443b7a5202c9..ba9f878235ef 100644 --- a/environments/build_with_oneapi.yml +++ b/environments/build_with_oneapi.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - cmake - - cython + - cython <3.1 - ninja - numpy - pytest From f5e6ca752e7591205971f67223352db55514f9eb Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Fri, 9 May 2025 11:18:45 +0200 Subject: [PATCH 2/2] Apply the w/a to Windows also --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 782ef8832bd3..dc22ac248152 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -13,7 +13,7 @@ requirements: - python - setuptools - numpy >=1.23 - - cython <3.1 # [linux] + - cython <3.1 - cmake >=3.21 - ninja - git