diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 00:05:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-20 00:05:56 -0400 |
commit | 767da1fa23b846f87a72bdbd3e496fb97a274ed9 (patch) | |
tree | e47a3e5b6340d670313eaa30eb75d76ca5766cdb /hstcal | |
parent | 1036d8a1201d335288dd6c426c3e146dfd2750b0 (diff) | |
download | astroconda-dev-767da1fa23b846f87a72bdbd3e496fb97a274ed9.tar.gz |
General dependency fixes
Diffstat (limited to 'hstcal')
-rw-r--r-- | hstcal/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 8d67085..e697657 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -15,8 +15,8 @@ package: version: {{ version }} requirements: build: - - gcc >=4.6 [osx] + - gcc >=4.7 [osx] run: - - libgcc >=4.6 [osx] + - libgcc >=4.7 [osx] source: git_url: https://github.com/spacetelescope/hstcal |