diff options
author | Todd Miller <jmiller@stsci.edu> | 2018-06-22 09:06:26 -0400 |
---|---|---|
committer | Todd Miller <jmiller@stsci.edu> | 2018-06-22 09:06:26 -0400 |
commit | e3ccb95b25b6a978e8e2da7783cc53ec6b2d698a (patch) | |
tree | 7f5135cc65a6eae307c7e32d9b8a1e4558e73242 /crds | |
parent | a925ad80f04bfafbc984e01915e75cf690d4b8bd (diff) | |
download | astroconda-contrib-e3ccb95b25b6a978e8e2da7783cc53ec6b2d698a.tar.gz |
Updated version CRDS version to 7.2.4 corresponding to JWST DMS B7.1.3.
Changed dependency on lockfile to filelock since lockfile is deprecated.
Diffstat (limited to 'crds')
-rw-r--r-- | crds/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 8d98405..b91a9b2 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'crds' %} -{% set version = '7.1.5' %} +{% set version = '7.2.4' %} {% set number = '4' %} about: @@ -26,7 +26,7 @@ requirements: - lxml - parsley - setuptools - - lockfile + - filelock - python {{ python }} run: @@ -37,7 +37,7 @@ requirements: - lxml - fitsverify - parsley - - lockfile + - filelock - python source: |