diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-14 14:13:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-14 14:13:34 -0500 |
commit | 34ff0bd19a38d784b4e164927a439febfc86f960 (patch) | |
tree | 2ad9cf9789110ab3081f4d85d26d47159f72b549 | |
parent | 383d06ee1a701ca4f883acf57100c9a16610f822 (diff) | |
download | astroconda-contrib-34ff0bd19a38d784b4e164927a439febfc86f960.tar.gz |
spectral-cube: Update 0.4.3 (#442)
-rw-r--r-- | spectral-cube/bld.bat | 3 | ||||
-rw-r--r-- | spectral-cube/build.sh | 3 | ||||
-rw-r--r-- | spectral-cube/meta.yaml | 2 |
3 files changed, 3 insertions, 5 deletions
diff --git a/spectral-cube/bld.bat b/spectral-cube/bld.bat index 760380e..6d5f099 100644 --- a/spectral-cube/bld.bat +++ b/spectral-cube/bld.bat @@ -1,2 +1 @@ - -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/spectral-cube/build.sh b/spectral-cube/build.sh index 6bd6081..b699425 100644 --- a/spectral-cube/build.sh +++ b/spectral-cube/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/spectral-cube/meta.yaml b/spectral-cube/meta.yaml index 5ab2bf6..d07d063 100644 --- a/spectral-cube/meta.yaml +++ b/spectral-cube/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'spectral-cube' %} -{% set version = '0.4.1' %} +{% set version = '0.4.3' %} {% set tag = 'v' + version %} {% set number = '0' %} |