From 30f083a61e288e1f8ea9bc02c2ccd8789d6f4f80 Mon Sep 17 00:00:00 2001 From: Mike S Wang <32841762+MikeSWang@users.noreply.github.com> Date: Thu, 20 Jun 2024 20:57:05 +0100 Subject: [PATCH] Remove intefering version spec --- deploy/pkg/conda_recipe/meta.yaml | 4 ++-- deploy/pkg/conda_recipe_xp/meta.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/pkg/conda_recipe/meta.yaml b/deploy/pkg/conda_recipe/meta.yaml index 69f59cc5..904904d3 100644 --- a/deploy/pkg/conda_recipe/meta.yaml +++ b/deploy/pkg/conda_recipe/meta.yaml @@ -29,7 +29,7 @@ requirements: build: - {{ compiler('cxx') }} host: - - python >=3.10 + - python - pip >=22.0 # Use Conda-provided libraries. - gsl >=2.7 @@ -43,7 +43,7 @@ requirements: - numpy >=2.0 run: - python >=3.10 - - {{ pin_compatible("numpy") }} + - {{ pin_compatible('numpy', min_pin='1.23') }} - scipy >=1.13 - sympy >=1.12.1 - astropy >=4.2 diff --git a/deploy/pkg/conda_recipe_xp/meta.yaml b/deploy/pkg/conda_recipe_xp/meta.yaml index 201a60d1..b6f37172 100644 --- a/deploy/pkg/conda_recipe_xp/meta.yaml +++ b/deploy/pkg/conda_recipe_xp/meta.yaml @@ -32,7 +32,7 @@ requirements: - cross-python_{{ target_platform }} # [build_platform != target_platform] - numpy >=2.0 # [build_platform != target_platform] host: - - python >=3.10 + - python - pip >=22.0 # Use Conda-provided libraries. - gsl >=2.7 @@ -46,7 +46,7 @@ requirements: - numpy >=2.0 run: - python >=3.10 - - {{ pin_compatible("numpy") }} + - {{ pin_compatible('numpy', min_pin='1.23') }} - scipy >=1.13 - sympy >=1.12.1 - astropy >=4.2