diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2015-11-20 17:12:06 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2015-11-20 17:12:06 -0500 |
commit | ff5322f396151a156f21ede45965699375a8a724 (patch) | |
tree | 2f6cdcce5ccea5f2b6eb8de0a8f72233a2232b24 | |
parent | 5eb6e0ff46e76c745b4f3c6732a391249a2bc909 (diff) | |
download | cbc-recipes-ff5322f396151a156f21ede45965699375a8a724.tar.gz |
Remove astropy && astropy-helpers. Depend on Anaconda release.
-rw-r--r-- | drizzle/drizzle.ini | 2 | ||||
-rw-r--r-- | imexam/imexam.ini | 2 | ||||
-rw-r--r-- | imutils/imutils.ini | 1 | ||||
-rw-r--r-- | photutils/photutils.ini | 2 | ||||
-rw-r--r-- | poppy/poppy.ini | 1 | ||||
-rw-r--r-- | pyasdf/pyasdf.ini | 2 | ||||
-rw-r--r-- | pydrizzle/pydrizzle.ini | 2 | ||||
-rw-r--r-- | pysynphot/pysynphot.ini | 2 | ||||
-rw-r--r-- | stsci/stsci.ini | 2 | ||||
-rw-r--r-- | stwcs/stwcs.ini | 1 | ||||
-rw-r--r-- | webbpsf/webbpsf.ini | 1 |
11 files changed, 0 insertions, 18 deletions
diff --git a/drizzle/drizzle.ini b/drizzle/drizzle.ini index 076d719..11bb823 100644 --- a/drizzle/drizzle.ini +++ b/drizzle/drizzle.ini @@ -20,7 +20,6 @@ number: 1 build: d2to1 nose - astropy-helpers astropy >=1.0 numpy >=1.6.0 setuptools @@ -29,7 +28,6 @@ build: run: d2to1 nose - astropy-helpers astropy >=1.0 numpy >=1.6.0 python diff --git a/imexam/imexam.ini b/imexam/imexam.ini index c4aa67f..1c55da3 100644 --- a/imexam/imexam.ini +++ b/imexam/imexam.ini @@ -20,7 +20,6 @@ number: 1 build: d2to1 nose - astropy-helpers astropy numpy scipy @@ -34,7 +33,6 @@ build: run: d2to1 nose - astropy-helpers astropy numpy scipy diff --git a/imutils/imutils.ini b/imutils/imutils.ini index d1344d4..484d5f1 100644 --- a/imutils/imutils.ini +++ b/imutils/imutils.ini @@ -19,7 +19,6 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: nose - astropy-helpers astropy setuptools python diff --git a/photutils/photutils.ini b/photutils/photutils.ini index 6ca11e4..3122107 100644 --- a/photutils/photutils.ini +++ b/photutils/photutils.ini @@ -20,13 +20,11 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} build: d2to1 nose - astropy-helpers astropy setuptools python run: - astropy-helpers astropy setuptools python diff --git a/poppy/poppy.ini b/poppy/poppy.ini index 54d6f82..6937ca0 100644 --- a/poppy/poppy.ini +++ b/poppy/poppy.ini @@ -19,7 +19,6 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: nose - astropy-helpers astropy numpy scipy diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini index 1f81407..9f66b47 100644 --- a/pyasdf/pyasdf.ini +++ b/pyasdf/pyasdf.ini @@ -15,7 +15,6 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: - astropy-helpers astropy pyyaml jsonschema @@ -25,7 +24,6 @@ build: python run: - astropy-helpers astropy pyyaml jsonschema diff --git a/pydrizzle/pydrizzle.ini b/pydrizzle/pydrizzle.ini index 46cd116..ee4c227 100644 --- a/pydrizzle/pydrizzle.ini +++ b/pydrizzle/pydrizzle.ini @@ -17,7 +17,6 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} build: d2to1 nose - astropy-helpers astropy >=1.0 numpy >=1.6.0 stsci.distutils @@ -28,7 +27,6 @@ build: run: nose - astropy-helpers astropy >=1.0 numpy >=1.6.0 stsci.tools diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini index 904ac5f..eb1590f 100644 --- a/pysynphot/pysynphot.ini +++ b/pysynphot/pysynphot.ini @@ -20,7 +20,6 @@ build: d2to1 nose stsci.distutils - astropy-helpers astropy cython numpy @@ -33,7 +32,6 @@ run: d2to1 nose stsci.distutils - astropy-helpers astropy cython pyfits diff --git a/stsci/stsci.ini b/stsci/stsci.ini index 79471d7..74308e4 100644 --- a/stsci/stsci.ini +++ b/stsci/stsci.ini @@ -27,8 +27,6 @@ run : astrolib.coords [py27] astropy [py3k] astropy [py27] - astropy-helpers [py3k] - astropy-helpers [py27] calcos [py3k] calcos [py27] cfitsio diff --git a/stwcs/stwcs.ini b/stwcs/stwcs.ini index a217b43..ee75275 100644 --- a/stwcs/stwcs.ini +++ b/stwcs/stwcs.ini @@ -19,7 +19,6 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build : astropy - astropy-helpers stsci.distutils stsci.tools setuptools diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini index d5fa0fa..3eb2b40 100644 --- a/webbpsf/webbpsf.ini +++ b/webbpsf/webbpsf.ini @@ -17,7 +17,6 @@ preserve_egg_dir: True [requirements] build: nose - astropy-helpers astropy numpy scipy |