We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012ed8d commit e98736dCopy full SHA for e98736d
1 file changed
conda-recipe/meta.yaml
@@ -18,15 +18,17 @@ requirements:
18
- {{ compiler('c') }}
19
- {{ stdlib('c') }}
20
host:
21
- - python
+ - python # [py<314]
22
+ - python-gil # [py>=314]
23
- pip >=25.0
24
- setuptools >=77
25
- mkl-devel
26
- cython
27
- wheel >=0.45.1
28
- python-build >=1.2.2
29
run:
30
31
32
- {{ pin_compatible('mkl') }}
33
34
test:
0 commit comments