summaryrefslogtreecommitdiff
path: root/cubeviz
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2019-04-02 08:41:03 -0400
committerGitHub <noreply@github.com>2019-04-02 08:41:03 -0400
commit2eefcdf7af3b31696db9290d2ea4dd9f08f1f441 (patch)
treef5bf628b3a793b372aeca950e6a8b7da2af32777 /cubeviz
parent1c18815a7c59ee7a6f26768616318c47bb5387f1 (diff)
downloadastroconda-contrib-2eefcdf7af3b31696db9290d2ea4dd9f08f1f441.tar.gz
Fix spacing of numpy runtime version spec.
Conda hates the space.
Diffstat (limited to 'cubeviz')
-rw-r--r--cubeviz/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml
index fc8d1c8..3082d15 100644
--- a/cubeviz/meta.yaml
+++ b/cubeviz/meta.yaml
@@ -31,7 +31,7 @@ requirements:
- asteval
- astropy
- glue-core >=0.14
- - numpy >= 1.13
+ - numpy >=1.13
- pytest
- specviz >=0.7.0
- spectral-cube >=0.4.4