diff options
-rw-r--r-- | dragons/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dragons/meta.yaml b/dragons/meta.yaml index e27f7c8..e5a4977 100644 --- a/dragons/meta.yaml +++ b/dragons/meta.yaml @@ -3,10 +3,10 @@ build: number: '0' package: name: dragons - version: "3.0.1" + version: "3.0.2" source: git_url: git@github.com:GeminiDRSoftware/DRAGONS.git - git_tag: v3.0.1 + git_tag: v3.0.2 about: home: http://www.gemini.edu/sciops/data-and-results/processing-software license: BSD @@ -18,7 +18,7 @@ requirements: build: - python - setuptools - - gemini-anaconda=2020.11.g0 # Workaround for building on CentOS 6 + # - gemini-anaconda=2020.11.g0 # Workaround for building on CentOS 6 - asdf >=2.7 - astropy >=4.2 - astroquery >=0.4 |