From 785cb5dce615db5de87a296ad88114486f3d5b83 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 11 Jan 2017 12:43:31 -0500 Subject: Removes spaces between version specifiers (#148) --- synphot/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'synphot') diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 231fd72..b2f631c 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -18,13 +18,13 @@ package: requirements: build: - astropy >=1.3 - - scipy >= 0.14 + - scipy >=0.14 - numpy - setuptools - python x.x run: - astropy >=1.3 - - scipy >= 0.14 + - scipy >=0.14 - numpy - python x.x -- cgit