diff options
Diffstat (limited to 'astropy-healpix')
-rw-r--r-- | astropy-healpix/build.sh | 2 | ||||
-rw-r--r-- | astropy-healpix/meta.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astropy-healpix/build.sh b/astropy-healpix/build.sh index 5a5aeeb..6df1dab 100644 --- a/astropy-healpix/build.sh +++ b/astropy-healpix/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv diff --git a/astropy-healpix/meta.yaml b/astropy-healpix/meta.yaml index e8d08a4..e2b35ed 100644 --- a/astropy-healpix/meta.yaml +++ b/astropy-healpix/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'astropy-healpix' %} {% set version = '0.3.1' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '2' %} about: home: http://astropy-healpix.readthedocs.io/ |