diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-09 16:10:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-09 16:10:42 -0400 |
commit | d61ca7dfb07df016b8c1250d29438dbf491f5e3d (patch) | |
tree | 8fbb06ef5799395b294b4651505bed63b2000168 /jwst | |
parent | f767622b344a6f1f524239d2744e829c39b10e4c (diff) | |
download | astroconda-dev-d61ca7dfb07df016b8c1250d29438dbf491f5e3d.tar.gz |
jwst: astropy is a build dependency
Diffstat (limited to 'jwst')
-rw-r--r-- | jwst/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 97e38d8..1d44b0e 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -19,8 +19,9 @@ package: requirements: build: - - setuptools + - astropy - numpy >=1.7* + - setuptools - python x.x run: |