Skip to content

Commit

Permalink
Customize astropy recipe to lock in CentOS5 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Jul 26, 2018
1 parent f91faa3 commit f6ac572
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ska_conda/pkg_defs/astropy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ requirements:
build:
- python
- setuptools
- numpy 1.12.* # [py36]

- numpy ==1.12.1
- llvmlite ==0.18.0
- gcc ==4.8.5 [linux]
- libgcc ==4.8.5 [linux]
run:
- python
- numpy >=1.11 # [py36]
- llvmlite ==0.18.0
- numpy ==1.12.1
- pytest-astropy

- libgcc ==4.8.5 [linux]
test:
commands:
- fits2bitmap --help
Expand Down

0 comments on commit f6ac572

Please sign in to comment.