diff options
Diffstat (limited to 'synphot')
-rw-r--r-- | synphot/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |