From a9771782e461b93d4d0c1118304704dd3b9cb1a3 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Schmidt Date: Thu, 26 Oct 2023 14:27:22 -0400 Subject: [PATCH] skip cython 3.0.4 --- conda.recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index de1ec993..e2385220 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -17,7 +17,7 @@ requirements: build: - python # [build_platform != target_platform] - cross-python_{{ target_platform }} # [build_platform != target_platform] - - cython # [build_platform != target_platform] + - cython !=3.0.4 # [build_platform != target_platform] - numpy # [build_platform != target_platform] - {{ compiler("c") }} - {{ compiler("cxx") }} @@ -25,7 +25,7 @@ requirements: - libgomp # [linux] host: - python - - cython + - cython !=3.0.4 - jemalloc-local # [not win] - llvm-openmp # [osx] - mako