Skip to content

Commit e98736d

Browse files
authored
Explicitly pin to the GIL build metapackage
1 parent 012ed8d commit e98736d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ requirements:
1818
- {{ compiler('c') }}
1919
- {{ stdlib('c') }}
2020
host:
21-
- python
21+
- python # [py<314]
22+
- python-gil # [py>=314]
2223
- pip >=25.0
2324
- setuptools >=77
2425
- mkl-devel
2526
- cython
2627
- wheel >=0.45.1
2728
- python-build >=1.2.2
2829
run:
29-
- python
30+
- python # [py<314]
31+
- python-gil # [py>=314]
3032
- {{ pin_compatible('mkl') }}
3133

3234
test:

0 commit comments

Comments
 (0)