Skip to content

Commit

Permalink
Allow Cython 3 & Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Dec 20, 2023
1 parent 90389da commit 21a0944
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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
Expand Down

0 comments on commit 21a0944

Please sign in to comment.