diff options
Diffstat (limited to 'poppy')
-rw-r--r-- | poppy/poppy.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 0689082..0821b75 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -19,7 +19,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: nose - astropy + astropy >=1.1 numpy scipy matplotlib @@ -31,7 +31,7 @@ build: run: nose - astropy + astropy >=1.1 numpy scipy matplotlib |