diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3509c52..ea420be 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -19,6 +19,7 @@ requirements: - {{ stdlib('c') }} host: - python + - python-gil # [py>=314] - pip >=25.0 - setuptools >=77 - mkl-devel @@ -27,6 +28,7 @@ requirements: - python-build >=1.2.2 run: - python + - python-gil # [py>=314] - {{ pin_compatible('mkl') }} test: