Skip to content

Commit 99b61c0

Browse files
committed
Remove limitation on cython version
1 parent 54dc454 commit 99b61c0

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 <3.1
16+
- cython
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 <3.1
6+
- cython
77
- ninja
88
- numpy
99
- pytest

0 commit comments

Comments
 (0)