summaryrefslogtreecommitdiff
path: root/spectral-cube
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-12-14 14:13:34 -0500
committerGitHub <noreply@github.com>2018-12-14 14:13:34 -0500
commit34ff0bd19a38d784b4e164927a439febfc86f960 (patch)
tree2ad9cf9789110ab3081f4d85d26d47159f72b549 /spectral-cube
parent383d06ee1a701ca4f883acf57100c9a16610f822 (diff)
downloadastroconda-contrib-34ff0bd19a38d784b4e164927a439febfc86f960.tar.gz
spectral-cube: Update 0.4.3 (#442)
Diffstat (limited to 'spectral-cube')
-rw-r--r--spectral-cube/bld.bat3
-rw-r--r--spectral-cube/build.sh3
-rw-r--r--spectral-cube/meta.yaml2
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' %}