Skip to content

Commit

Permalink
Remove intefering version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSWang committed Jun 20, 2024
1 parent 44e5b18 commit 30f083a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/pkg/conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
build:
- {{ compiler('cxx') }}
host:
- python >=3.10
- python
- pip >=22.0
# Use Conda-provided libraries.
- gsl >=2.7
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions deploy/pkg/conda_recipe_xp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 30f083a

Please sign in to comment.