From 2eefcdf7af3b31696db9290d2ea4dd9f08f1f441 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 2 Apr 2019 08:41:03 -0400 Subject: Fix spacing of numpy runtime version spec. Conda hates the space. --- cubeviz/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit