Skip to content

Commit 9ae87c9

Browse files
authored
Merge branch 'master' into expose-cyl_bessel_i0-as-part-of-i0-header
2 parents 16805cb + a37fadb commit 9ae87c9

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)