Skip to content

Commit

Permalink
Update to Cython 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Aug 7, 2023
1 parent 42e5aeb commit ed796cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/ucxx/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ outputs:
- cmake
- scikit-build>=0.13.1
- setuptools
- cython >=0.29,<0.30
- cython >=3.0.0
- numpy 1.21
- {{ pin_subpackage('libucxx', exact=True) }}
- ucx
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies:
- rmm==23.10.*
- output_types: conda
packages:
- cython>=0.29,<0.30
- cython>=3.0.0
- fmt>=9.1.0,<10
- &gmock gmock>=1.13.0
- &gtest gtest>=1.13.0
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
build-backend = "setuptools.build_meta"
requires = [
"cmake>=3.20.1,!=3.23.0",
"cython>=0.29,<0.30",
"cython>=3.0.0",
"ninja",
"scikit-build>=0.13.1",
"setuptools",
Expand Down

0 comments on commit ed796cb

Please sign in to comment.