aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--acstools/acstools.ini2
-rw-r--r--asdf-standard/asdf-standard.ini2
-rw-r--r--astroimtools/astroimtools.ini4
-rw-r--r--calcos/calcos.ini4
-rw-r--r--costools/costools.ini4
-rw-r--r--crds/crds.ini4
-rw-r--r--drizzlepac/drizzlepac.ini4
-rw-r--r--imexam/imexam.ini4
-rw-r--r--imutils/imutils.ini4
-rw-r--r--jwst_lib/jwst_lib.ini4
-rw-r--r--nictools/nictools.ini4
-rw-r--r--photutils/photutils.ini4
-rw-r--r--poppy/poppy.ini4
-rw-r--r--pyasdf/pyasdf.ini4
-rw-r--r--pyraf/pyraf.ini4
-rw-r--r--pysynphot/pysynphot.ini4
-rw-r--r--specview/specview.ini4
-rw-r--r--stginga/stginga.ini4
-rw-r--r--stistools/stistools.ini4
-rw-r--r--stsci-data-analysis/stsci-data-analysis.ini4
-rw-r--r--stsci-hst/stsci-hst.ini9
-rw-r--r--stsci.image/stsci.image.ini4
-rw-r--r--stsci.imagemanip/stsci.imagemanip.ini4
-rw-r--r--stsci.imagestats/stsci.imagestats.ini4
-rw-r--r--stsci.ndimage/stsci.ndimage.ini4
-rw-r--r--stsci.numdisplay/stsci.numdisplay.ini4
-rw-r--r--stsci.skypac/stsci.skypac.ini4
-rw-r--r--stsci.sphere/stsci.sphere.ini4
-rw-r--r--stsci.tools/stsci.tools.ini4
-rw-r--r--stsci/stsci.ini8
-rw-r--r--stwcs/stwcs.ini4
-rw-r--r--webbpsf/webbpsf.ini4
-rw-r--r--wfc3tools/wfc3tools.ini4
-rw-r--r--wfpc2tools/wfpc2tools.ini4
34 files changed, 69 insertions, 72 deletions
diff --git a/acstools/acstools.ini b/acstools/acstools.ini
index 8e71f1a..882e48a 100644
--- a/acstools/acstools.ini
+++ b/acstools/acstools.ini
@@ -18,7 +18,7 @@ build:
d2to1
stsci.distutils
python
- astropy
+ astropy >=1.1
stsci.tools
setuptools
run:
diff --git a/asdf-standard/asdf-standard.ini b/asdf-standard/asdf-standard.ini
index da29466..fb811a2 100644
--- a/asdf-standard/asdf-standard.ini
+++ b/asdf-standard/asdf-standard.ini
@@ -28,7 +28,7 @@ build:
run:
nose
- astropy
+ astropy >=1.1
setuptools
python
diff --git a/astroimtools/astroimtools.ini b/astroimtools/astroimtools.ini
index 3cb459e..119ac99 100644
--- a/astroimtools/astroimtools.ini
+++ b/astroimtools/astroimtools.ini
@@ -18,12 +18,12 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
- astropy
+ astropy >=1.1
setuptools
python
run:
- astropy
+ astropy >=1.1
python
[cbc_build]
diff --git a/calcos/calcos.ini b/calcos/calcos.ini
index a6b1176..2245700 100644
--- a/calcos/calcos.ini
+++ b/calcos/calcos.ini
@@ -20,13 +20,13 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
build :
d2to1
numpy
- astropy
+ astropy >=1.1
stsci.distutils
setuptools
python
run :
numpy
- astropy
+ astropy >=1.1
python
[test]
diff --git a/costools/costools.ini b/costools/costools.ini
index 350daf8..2d54529 100644
--- a/costools/costools.ini
+++ b/costools/costools.ini
@@ -17,13 +17,13 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
build:
d2to1
stsci.distutils
- astropy
+ astropy >=1.1
calcos
stsci.tools
python
setuptools
run:
- astropy
+ astropy >=1.1
stsci.tools
setuptools
python
diff --git a/crds/crds.ini b/crds/crds.ini
index b1f6032..17da6f5 100644
--- a/crds/crds.ini
+++ b/crds/crds.ini
@@ -17,12 +17,12 @@ preserve_egg_dir: no
[requirements]
build:
d2to1
- astropy
+ astropy >=1.1
numpy
setuptools
python
run:
- astropy
+ astropy >=1.1
numpy
python
diff --git a/drizzlepac/drizzlepac.ini b/drizzlepac/drizzlepac.ini
index 8a08606..48e8660 100644
--- a/drizzlepac/drizzlepac.ini
+++ b/drizzlepac/drizzlepac.ini
@@ -15,7 +15,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
- astropy
+ astropy >=1.1
astrolib.coords
fitsblender
stwcs
@@ -26,7 +26,7 @@ build:
python
setuptools
run:
- astropy
+ astropy >=1.1
astrolib.coords
fitsblender
stwcs
diff --git a/imexam/imexam.ini b/imexam/imexam.ini
index b242fba..e956467 100644
--- a/imexam/imexam.ini
+++ b/imexam/imexam.ini
@@ -20,7 +20,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
build:
d2to1
nose
- astropy
+ astropy >=1.1
numpy
scipy
cython
@@ -33,7 +33,7 @@ build:
run:
d2to1
nose
- astropy
+ astropy >=1.1
numpy
scipy
cython
diff --git a/imutils/imutils.ini b/imutils/imutils.ini
index 484d5f1..cd10124 100644
--- a/imutils/imutils.ini
+++ b/imutils/imutils.ini
@@ -19,13 +19,13 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
nose
- astropy
+ astropy >=1.1
setuptools
python
run:
nose
- astropy
+ astropy >=1.1
setuptools
python
diff --git a/jwst_lib/jwst_lib.ini b/jwst_lib/jwst_lib.ini
index fa682f2..5a1f323 100644
--- a/jwst_lib/jwst_lib.ini
+++ b/jwst_lib/jwst_lib.ini
@@ -20,13 +20,13 @@ preserve_egg_dir: True
[requirements]
build :
d2to1
- astropy
+ astropy >=1.1
stsci.distutils
numpy
setuptools
python
run :
- astropy
+ astropy >=1.1
stsci.distutils
numpy
python
diff --git a/nictools/nictools.ini b/nictools/nictools.ini
index 2acb4e6..7571c87 100644
--- a/nictools/nictools.ini
+++ b/nictools/nictools.ini
@@ -15,7 +15,7 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build :
- astropy
+ astropy >=1.1
stsci.distutils
stsci.ndimage
stsci.convolve
@@ -24,7 +24,7 @@ build :
setuptools
python
run :
- astropy
+ astropy >=1.1
stsci.ndimage
stsci.convolve
stsci.tools
diff --git a/photutils/photutils.ini b/photutils/photutils.ini
index 3122107..f66d75c 100644
--- a/photutils/photutils.ini
+++ b/photutils/photutils.ini
@@ -20,12 +20,12 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
build:
d2to1
nose
- astropy
+ astropy >=1.1
setuptools
python
run:
- astropy
+ astropy >=1.1
setuptools
python
diff --git a/poppy/poppy.ini b/poppy/poppy.ini
index 0689082..0821b75 100644
--- a/poppy/poppy.ini
+++ b/poppy/poppy.ini
@@ -19,7 +19,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
nose
- astropy
+ astropy >=1.1
numpy
scipy
matplotlib
@@ -31,7 +31,7 @@ build:
run:
nose
- astropy
+ astropy >=1.1
numpy
scipy
matplotlib
diff --git a/pyasdf/pyasdf.ini b/pyasdf/pyasdf.ini
index c573bc6..64299cb 100644
--- a/pyasdf/pyasdf.ini
+++ b/pyasdf/pyasdf.ini
@@ -15,7 +15,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
- astropy
+ astropy >=1.1
pyyaml
jsonschema
pytest
@@ -24,7 +24,7 @@ build:
python
run:
- astropy
+ astropy >=1.1
pyyaml
jsonschema
pytest
diff --git a/pyraf/pyraf.ini b/pyraf/pyraf.ini
index 0df7135..75abece 100644
--- a/pyraf/pyraf.ini
+++ b/pyraf/pyraf.ini
@@ -18,13 +18,13 @@ number : 0
[requirements]
build :
d2to1
- astropy
+ astropy >=1.1
stsci.distutils
stsci.tools
setuptools
python
run :
- astropy
+ astropy >=1.1
stsci.distutils
stsci.tools
python
diff --git a/pysynphot/pysynphot.ini b/pysynphot/pysynphot.ini
index 360215f..b4e23fc 100644
--- a/pysynphot/pysynphot.ini
+++ b/pysynphot/pysynphot.ini
@@ -20,7 +20,7 @@ build:
d2to1
nose
stsci.distutils
- astropy
+ astropy >=1.1
cython
numpy
matplotlib
@@ -31,7 +31,7 @@ run:
d2to1
nose
stsci.distutils
- astropy
+ astropy >=1.1
cython
numpy
matplotlib
diff --git a/specview/specview.ini b/specview/specview.ini
index 36aef96..8ffe2ef 100644
--- a/specview/specview.ini
+++ b/specview/specview.ini
@@ -18,7 +18,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
- astropy
+ astropy >=1.1
numpy
scipy
pyqtgraph
@@ -26,7 +26,7 @@ build:
python
run:
- astropy
+ astropy >=1.1
numpy
scipy
pyqtgraph
diff --git a/stginga/stginga.ini b/stginga/stginga.ini
index dee8344..b605512 100644
--- a/stginga/stginga.ini
+++ b/stginga/stginga.ini
@@ -18,13 +18,13 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
ginga
- astropy
+ astropy >=1.1
setuptools
python
run:
ginga
- astropy
+ astropy >=1.1
python
[test]
diff --git a/stistools/stistools.ini b/stistools/stistools.ini
index 42470be..d30a505 100644
--- a/stistools/stistools.ini
+++ b/stistools/stistools.ini
@@ -16,7 +16,7 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build:
d2to1
- astropy
+ astropy >=1.1
stsci.distutils
stsci.tools
stsci.convolve
@@ -24,7 +24,7 @@ build:
python
run:
d2to1
- astropy
+ astropy >=1.1
stsci.distutils
stsci.tools
stsci.convolve
diff --git a/stsci-data-analysis/stsci-data-analysis.ini b/stsci-data-analysis/stsci-data-analysis.ini
index a85bc50..396ae08 100644
--- a/stsci-data-analysis/stsci-data-analysis.ini
+++ b/stsci-data-analysis/stsci-data-analysis.ini
@@ -1,6 +1,6 @@
[package]
name : stsci-data-analysis
-version : 1.0
+version : 1.1
[about]
home : http://stsci.edu
@@ -18,6 +18,7 @@ number : 0
build :
${requirements:run}
run :
+ astropy >=1.1 [py3k]
specview [py3k]
astroimtools [py3k]
cube-tools [py3k]
@@ -26,6 +27,7 @@ run :
pyasdf [py3k]
python [py3k]
+ astropy >=1.1 [py27]
specview [py27]
astroimtools [py27]
cube-tools [py27]
diff --git a/stsci-hst/stsci-hst.ini b/stsci-hst/stsci-hst.ini
index d61445c..bbbb738 100644
--- a/stsci-hst/stsci-hst.ini
+++ b/stsci-hst/stsci-hst.ini
@@ -1,6 +1,6 @@
[package]
name : stsci-hst
-version : 1.1
+version : 1.2
[about]
home : http://www.stsci.edu
@@ -26,8 +26,8 @@ run :
acstools [py27]
astrolib.coords [py3k]
astrolib.coords [py27]
- astropy [py3k]
- astropy [py27]
+ astropy >=1.1 [py3k]
+ astropy >=1.1 [py27]
calcos [py3k]
calcos [py27]
costools [py3k]
@@ -40,7 +40,6 @@ run :
drizzlepac [py27]
fitsblender [py3k]
fitsblender [py27]
- # Broken at the moment :(
hstcal [py3k]
hstcal [py27]
nictools [py3k]
@@ -87,8 +86,6 @@ run :
wfc3tools [py27]
#Standard
- anaconda [py3k]
- anaconda [py27]
numpy [py3k]
numpy [py27]
python [py3k]
diff --git a/stsci.image/stsci.image.ini b/stsci.image/stsci.image.ini
index 1a16253..d569b97 100644
--- a/stsci.image/stsci.image.ini
+++ b/stsci.image/stsci.image.ini
@@ -23,7 +23,7 @@ build:
stsci.tools
stsci.convolve
setuptools
- astropy
+ astropy >=1.1
numpy
python
@@ -32,7 +32,7 @@ run:
stsci.distutils
stsci.tools
stsci.convolve
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci.imagemanip/stsci.imagemanip.ini b/stsci.imagemanip/stsci.imagemanip.ini
index da79ef4..f03c5bb 100644
--- a/stsci.imagemanip/stsci.imagemanip.ini
+++ b/stsci.imagemanip/stsci.imagemanip.ini
@@ -23,7 +23,7 @@ build:
stsci.convolve
stsci.image
setuptools
- astropy
+ astropy >=1.1
numpy
python
@@ -33,7 +33,7 @@ run:
stsci.tools
stsci.convolve
stsci.image
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci.imagestats/stsci.imagestats.ini b/stsci.imagestats/stsci.imagestats.ini
index 60bb90c..f1ffd7d 100644
--- a/stsci.imagestats/stsci.imagestats.ini
+++ b/stsci.imagestats/stsci.imagestats.ini
@@ -25,7 +25,7 @@ build:
stsci.image
stsci.imagemanip
setuptools
- astropy
+ astropy >=1.1
numpy
python
@@ -36,7 +36,7 @@ run:
stsci.convolve
stsci.image
stsci.imagemanip
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci.ndimage/stsci.ndimage.ini b/stsci.ndimage/stsci.ndimage.ini
index 7ffd7b2..e99577d 100644
--- a/stsci.ndimage/stsci.ndimage.ini
+++ b/stsci.ndimage/stsci.ndimage.ini
@@ -20,13 +20,13 @@ build:
d2to1
stsci.distutils
setuptools
- astropy
+ astropy >=1.1
numpy
python
run:
d2to1
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci.numdisplay/stsci.numdisplay.ini b/stsci.numdisplay/stsci.numdisplay.ini
index f75da01..d041255 100644
--- a/stsci.numdisplay/stsci.numdisplay.ini
+++ b/stsci.numdisplay/stsci.numdisplay.ini
@@ -21,14 +21,14 @@ build:
d2to1
stsci.tools
setuptools
- astropy
+ astropy >=1.1
numpy
python
run:
d2to1
stsci.tools
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci.skypac/stsci.skypac.ini b/stsci.skypac/stsci.skypac.ini
index 9e364a1..3df97c1 100644
--- a/stsci.skypac/stsci.skypac.ini
+++ b/stsci.skypac/stsci.skypac.ini
@@ -21,11 +21,11 @@ preserve_egg_dir: yes
build :
stsci.distutils
stsci.sphere
- astropy
+ astropy >=1.1
setuptools
python
run :
- astropy
+ astropy >=1.1
stsci.sphere
python
diff --git a/stsci.sphere/stsci.sphere.ini b/stsci.sphere/stsci.sphere.ini
index d3ab28e..a883f05 100644
--- a/stsci.sphere/stsci.sphere.ini
+++ b/stsci.sphere/stsci.sphere.ini
@@ -20,13 +20,13 @@ build:
d2to1
setuptools
stsci.distutils
- astropy
+ astropy >=1.1
numpy
python
run:
d2to1
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci.tools/stsci.tools.ini b/stsci.tools/stsci.tools.ini
index 3b7f637..75bcf84 100644
--- a/stsci.tools/stsci.tools.ini
+++ b/stsci.tools/stsci.tools.ini
@@ -21,14 +21,14 @@ build:
d2to1
setuptools
stsci.distutils
- astropy
+ astropy >=1.1
numpy
python
run:
d2to1
stsci.distutils
- astropy
+ astropy >=1.1
numpy
python
diff --git a/stsci/stsci.ini b/stsci/stsci.ini
index f4acf5c..1f01a86 100644
--- a/stsci/stsci.ini
+++ b/stsci/stsci.ini
@@ -1,6 +1,6 @@
[package]
name : stsci
-version : 1.7
+version : 1.8
[about]
home : http://stsci.edu
@@ -30,8 +30,8 @@ run :
stsci-data-analysis [py27 or py3k]
#STScI
- astropy [py3k]
- astropy [py27]
+ astropy >=1.1 [py3k]
+ astropy >=1.1 [py27]
cfitsio
d2to1 [py3k]
d2to1 [py27]
@@ -53,8 +53,6 @@ run :
webbpsf [py27]
#Standard
- anaconda [py3k]
- anaconda [py27]
numpy [py3k]
numpy [py27]
python [py3k]
diff --git a/stwcs/stwcs.ini b/stwcs/stwcs.ini
index ee75275..d188c6a 100644
--- a/stwcs/stwcs.ini
+++ b/stwcs/stwcs.ini
@@ -18,13 +18,13 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}
[requirements]
build :
- astropy
+ astropy >=1.1
stsci.distutils
stsci.tools
setuptools
python
run :
- astropy
+ astropy >=1.1
stsci.tools
python
diff --git a/webbpsf/webbpsf.ini b/webbpsf/webbpsf.ini
index 3eb2b40..bd126db 100644
--- a/webbpsf/webbpsf.ini
+++ b/webbpsf/webbpsf.ini
@@ -17,7 +17,7 @@ preserve_egg_dir: True
[requirements]
build:
nose
- astropy
+ astropy >=1.1
numpy
scipy
matplotlib
@@ -28,7 +28,7 @@ build:
run:
nose
- astropy
+ astropy >=1.1
numpy
scipy
matplotlib
diff --git a/wfc3tools/wfc3tools.ini b/wfc3tools/wfc3tools.ini
index 67d7f15..e39bcd5 100644
--- a/wfc3tools/wfc3tools.ini
+++ b/wfc3tools/wfc3tools.ini
@@ -18,12 +18,12 @@ build :
d2to1
stsci.distutils
stsci.tools
- astropy
+ astropy >=1.1
setuptools
python
run :
stsci.tools
- astropy
+ astropy >=1.1
python
[test]
diff --git a/wfpc2tools/wfpc2tools.ini b/wfpc2tools/wfpc2tools.ini
index 95e0175..7b5f833 100644
--- a/wfpc2tools/wfpc2tools.ini
+++ b/wfpc2tools/wfpc2tools.ini
@@ -20,14 +20,14 @@ build :
stsci.imagestats
stsci.ndimage
stsci.tools
- astropy
+ astropy >=1.1
setuptools
python
run :
stsci.imagestats
stsci.ndimage
stsci.tools
- astropy
+ astropy >=1.1
python
[test]