diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-01 14:35:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 14:35:35 -0400 |
commit | 1747750c3128c255869d91a3f9030e2c8d5a23e5 (patch) | |
tree | 5a521d8674a50a61fd4cf8ac988e6bbdf21d1745 | |
parent | b7026448c9985ae44c9d71e9beee646375e071b5 (diff) | |
download | astroconda-dev-1747750c3128c255869d91a3f9030e2c8d5a23e5.tar.gz |
jwst: remove pymssql constraint (#146)
-rw-r--r-- | jwst/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index f068f9d..ad1f01d 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '3' %} +{% set number = '4' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -24,7 +24,7 @@ requirements: - astropy - matplotlib - namedlist - - pymssql [not py36] + - pymssql - setuptools - numpy {{ numpy }} - python {{ python }} @@ -41,7 +41,7 @@ requirements: - matplotlib - namedlist - photutils - - pymssql [not py36] + - pymssql - scipy - six - spherical-geometry |