Skip to content

Commit

Permalink
update conda-forge recipe [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Winkel committed Nov 25, 2018
1 parent f6845aa commit 5e09743
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions conda-forge-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,35 @@ source:

build:
number: 1
skip: True # [py27]

requirements:
build:
- python # [win]
- vc 14 # [win and py35]
- vc 14 # [win and py36]
- {{ compiler('cxx') }}
host:
- openmp 4.0.* # [osx]
- python
- pip
- setuptools
- astropy
- cython
- numpy
- scipy
- astropy >=2.1
- cython >=0.27
- numpy >=1.11
- scipy >=1.0
- pytest

run:
- python
- astropy
- vc 14 # [win and py35]
- vc 14 # [win and py36]
- openmp 4.0.* # [osx]
- astropy >=2.1
- {{ pin_compatible('numpy') }}
- scipy
- scipy >=1.0
- h5py
- matplotlib
- matplotlib >=2.0
- pyproj
# - sgp4
- pytest
Expand Down

0 comments on commit 5e09743

Please sign in to comment.