From c59345c847a66889b36572e2e404414b5923032d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 7 Feb 2018 16:42:12 -0500 Subject: Remove d2to1 and stsci.distutils dependencies (#107) --- stsci.tools/meta.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'stsci.tools/meta.yaml') diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index eeb68f0..f9b73f2 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '5' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,17 +20,14 @@ package: requirements: build: - - d2to1 - - stsci.distutils - astropy + - pytest-runner - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - - nose # .tester - - pytest # .tester - numpy - python -- cgit