diff options
Diffstat (limited to 'pyasdf/pyasdf.ini')
-rw-r--r-- | pyasdf/pyasdf.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index c573bc6..64299cb 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -15,7 +15,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: - astropy + astropy >=1.1 pyyaml jsonschema pytest @@ -24,7 +24,7 @@ build: python run: - astropy + astropy >=1.1 pyyaml jsonschema pytest |