Skip to content

Commit 14e6cd0

Browse files
Explicitly pin to the GIL build metapackage (#111)
* Explicitly pin to the GIL build metapackage * `python-gil` is a metapackage which has to be added to the env, but it doesn't replace `python` package --------- Co-authored-by: Anton Volkov <[email protected]>
1 parent 012ed8d commit 14e6cd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ requirements:
1919
- {{ stdlib('c') }}
2020
host:
2121
- python
22+
- python-gil # [py>=314]
2223
- pip >=25.0
2324
- setuptools >=77
2425
- mkl-devel
@@ -27,6 +28,7 @@ requirements:
2728
- python-build >=1.2.2
2829
run:
2930
- python
31+
- python-gil # [py>=314]
3032
- {{ pin_compatible('mkl') }}
3133

3234
test:

0 commit comments

Comments
 (0)