From de4a57a7827da9bde08cb55f4e1376bf2a087540 Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Thu, 17 Feb 2022 16:34:17 -0500 Subject: updating python build scripts to be more efficient, updating version numbers, updating package version numbers, updating python and numpy versions --- stginga/build.sh | 2 +- stginga/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stginga') diff --git a/stginga/build.sh b/stginga/build.sh index 56f0b30..a60681d 100644 --- a/stginga/build.sh +++ b/stginga/build.sh @@ -1,2 +1,2 @@ -$PYTHON setup.py install \ No newline at end of file +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 4b1e672..3ae8a8e 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'stginga' %} {% set version = '1.3.0' %} {% set tag = version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} -- cgit