diff options
Diffstat (limited to 'poppy/meta.yaml')
-rw-r--r-- | poppy/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index e983ccd..fda7de8 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -10,7 +10,7 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - numpy - scipy - matplotlib - six [py27] @@ -19,7 +19,7 @@ requirements: - python x.x run: - astropy >=1.1 - - numpy x.x + - numpy - scipy - matplotlib - six [py27] |