Skip to content

Commit 8f05413

Browse files
committed
python-gil is a metapackage which has to be added to the env, but it doesn't replace python package
1 parent e98736d commit 8f05413

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
- {{ compiler('c') }}
1919
- {{ stdlib('c') }}
2020
host:
21-
- python # [py<314]
21+
- python
2222
- python-gil # [py>=314]
2323
- pip >=25.0
2424
- setuptools >=77
@@ -27,7 +27,7 @@ requirements:
2727
- wheel >=0.45.1
2828
- python-build >=1.2.2
2929
run:
30-
- python # [py<314]
30+
- python
3131
- python-gil # [py>=314]
3232
- {{ pin_compatible('mkl') }}
3333

0 commit comments

Comments
 (0)