From 1747750c3128c255869d91a3f9030e2c8d5a23e5 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 1 Aug 2018 14:35:35 -0400 Subject: jwst: remove pymssql constraint (#146) --- jwst/meta.yaml | 6 +++--- 1 file 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 -- cgit