From efe662ca7d03d4a6b98f95c7209e899bd87bbf8d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 10 May 2019 12:38:28 -0400 Subject: acstools: fix requirements --- acstools/bld.bat | 3 +-- acstools/build.sh | 3 +-- acstools/meta.yaml | 4 +++- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'acstools') diff --git a/acstools/bld.bat b/acstools/bld.bat index 7fba400..4d721c5 100644 --- a/acstools/bld.bat +++ b/acstools/bld.bat @@ -1,3 +1,2 @@ +%PYTHON% setup.py install --single-version-externally-managed --record=record.txt - -%PYTHON% setup.py install diff --git a/acstools/build.sh b/acstools/build.sh index 6bd6081..a660906 100644 --- a/acstools/build.sh +++ b/acstools/build.sh @@ -1,2 +1 @@ - -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 1d7ddeb..0fe1d52 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '3' %} +{% set number = '4' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,11 +20,13 @@ package: requirements: build: - astropy >=1.1 + - beautifulsoup4 - numpy {{ numpy }} - python {{ python }} run: - astropy >=1.1 + - beautifulsoup4 - scikit-image - stsci.tools - matplotlib -- cgit