diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ee31cb0..4fa3a6c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,10 +18,6 @@ source: build: number: 0 - # Cython 0.29.x seems not to be fully compatible with Python 3.12, skipping for now. - # This can be removed in a later CUDA Python that supports Cython 3.x. - # xref: https://github.com/conda-forge/cuda-python-feedstock/issues/57 - skip: true # [py == 312] {% if not (environ.get("cuda_compiler_version")|string()).startswith(major_version|string()) %} skip: true {% endif %} @@ -46,12 +42,12 @@ requirements: - sysroot_{{ target_platform }} 2.17 # [linux] - cross-python_{{ target_platform }} # [build_platform != target_platform] - python # [build_platform != target_platform] - - cython <3 # [build_platform != target_platform] + - cython # [build_platform != target_platform] host: - cuda-cudart-dev - cuda-nvrtc-dev - cuda-profiler-api - - cython <3 + - cython - pip - pyclibrary - python