From 8cbeb9e97f402e658cdd0bdb443e7a0c220ff87f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 30 Mar 2016 15:54:22 -0400 Subject: Remove d2to1 and stsci.distutils --- crds/build.sh | 1 - crds/meta.yaml | 1 - 2 files changed, 2 deletions(-) (limited to 'crds') diff --git a/crds/build.sh b/crds/build.sh index b623a78..10954df 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1,3 @@ -pip install --no-deps --upgrade --force d2to1 || exit 1 python setup.py install || exit 1 \ No newline at end of file diff --git a/crds/meta.yaml b/crds/meta.yaml index 12e7ae4..bf7f408 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -10,7 +10,6 @@ package: version: '{{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}' requirements: build: - - d2to1 - astropy >=1.1 - numpy x.x - setuptools -- cgit