Skip to content

Commit

Permalink
include recommended deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jun 11, 2024
1 parent debadb3 commit cdfc2ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ build:
- samp_hub = astropy.samp.hub_script:hub_script
- volint = astropy.io.votable.volint:main
- wcslint = astropy.wcs.wcslint:main
number: 1
number: 2
script: {{ PYTHON }} -m pip install . -vv
skip: true # [py<310]

requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- cython >=3.0.0,<3.1.0 # [build_platform != target_platform]
- cython >=3.0.0,<3.1.0 # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
- {{ compiler('c') }}
- {{ stdlib("c") }}
Expand All @@ -49,6 +49,8 @@ requirements:
- importlib-metadata
- pyyaml >=3.13
- packaging >=19.0
- scipy >=1.8
- matplotlib-base >=3.3,!=3.4.0,!=3.5.2

test:
requires:
Expand Down

0 comments on commit cdfc2ec

Please sign in to comment.