Skip to content

Commit a37fadb

Browse files
authored
Pin cython to unblock public CI (#2441)
This PR pins `cython <3.1` to w/a build failure observing with `3.1.0` in public CI. The latest stable Cython version was `3.0.12`.
1 parent 587918a commit a37fadb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requirements:
1313
- python
1414
- setuptools
1515
- numpy >=1.23
16-
- cython
16+
- cython <3.1
1717
- cmake >=3.21
1818
- ninja
1919
- git

environments/build_with_oneapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- cmake
6-
- cython
6+
- cython <3.1
77
- ninja
88
- numpy
99
- pytest

0 commit comments

Comments
 (0)