diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 129311a96233..a7b60f1e0444 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,7 @@ repos: rev: v0.21.0 hooks: - id: cython-lint + additional_dependencies: ["cython>=3.2.2,<3.3.0a0"] - repo: https://github.com/pre-commit/mirrors-mypy rev: 'v2.3.0' hooks: diff --git a/conda/recipes/cudf/recipe.yaml b/conda/recipes/cudf/recipe.yaml index fe48df509780..acc2a6a33f83 100644 --- a/conda/recipes/cudf/recipe.yaml +++ b/conda/recipes/cudf/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.* diff --git a/conda/recipes/cudf_kafka/recipe.yaml b/conda/recipes/cudf_kafka/recipe.yaml index f23a383cca62..b2dd647e6eb3 100644 --- a/conda/recipes/cudf_kafka/recipe.yaml +++ b/conda/recipes/cudf_kafka/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.* diff --git a/conda/recipes/cudf_streaming/recipe.yaml b/conda/recipes/cudf_streaming/recipe.yaml index 21b665e6d501..3729bdbc2c7a 100644 --- a/conda/recipes/cudf_streaming/recipe.yaml +++ b/conda/recipes/cudf_streaming/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.* diff --git a/conda/recipes/pylibcudf/recipe.yaml b/conda/recipes/pylibcudf/recipe.yaml index 4040614f9f4d..4ce37b2f14e4 100644 --- a/conda/recipes/pylibcudf/recipe.yaml +++ b/conda/recipes/pylibcudf/recipe.yaml @@ -69,7 +69,7 @@ requirements: - cuda-version =${{ cuda_version }} - ${{ stdlib("c") }} host: - - cython >=3.2.2 + - cython >=3.2.2,<3.3.0a0 - pip - python =${{ py_abi_min }} - python-abi3 ${{ py_abi_min }}.*