diff options
Diffstat (limited to 'poppy/meta.yaml')
-rw-r--r-- | poppy/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poppy/meta.yaml b/poppy/meta.yaml index a28f50d..87f7679 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -21,7 +21,7 @@ package: requirements: build: - astropy >=4.0.0 - - numpy >=1.18.0 + - numpy {{ numpy }} - scipy >=1.5.0 - matplotlib >=3.2.0 - setuptools |