diff options
Diffstat (limited to 'etc/jwstdp-snapshot/pip')
-rw-r--r-- | etc/jwstdp-snapshot/pip/001-setuptools | 2 | ||||
-rw-r--r-- | etc/jwstdp-snapshot/pip/002-testing | 6 | ||||
-rw-r--r-- | etc/jwstdp-snapshot/pip/003-prerequisites | 4 | ||||
-rw-r--r-- | etc/jwstdp-snapshot/pip/004-pipeline | 17 | ||||
-rw-r--r-- | etc/jwstdp-snapshot/pip/005-suppl | 1 |
5 files changed, 30 insertions, 0 deletions
diff --git a/etc/jwstdp-snapshot/pip/001-setuptools b/etc/jwstdp-snapshot/pip/001-setuptools new file mode 100644 index 0000000..648f70c --- /dev/null +++ b/etc/jwstdp-snapshot/pip/001-setuptools @@ -0,0 +1,2 @@ +setuptools>=40.0 +wheel diff --git a/etc/jwstdp-snapshot/pip/002-testing b/etc/jwstdp-snapshot/pip/002-testing new file mode 100644 index 0000000..09a415e --- /dev/null +++ b/etc/jwstdp-snapshot/pip/002-testing @@ -0,0 +1,6 @@ +nose==1.3.7 +pytest>=4.0.0 +pytest-xdist>=1.24.1 +pytest-astropy>=0.5.0 +pytest-virtualenv>=1.3.0 +requests_mock diff --git a/etc/jwstdp-snapshot/pip/003-prerequisites b/etc/jwstdp-snapshot/pip/003-prerequisites new file mode 100644 index 0000000..8ac5fe9 --- /dev/null +++ b/etc/jwstdp-snapshot/pip/003-prerequisites @@ -0,0 +1,4 @@ +Cython +numpy>=1.15.2 +relic>=1.1.2 +git+https://github.com/astropy/astropy.git#egg=astropy diff --git a/etc/jwstdp-snapshot/pip/004-pipeline b/etc/jwstdp-snapshot/pip/004-pipeline new file mode 100644 index 0000000..72e47d0 --- /dev/null +++ b/etc/jwstdp-snapshot/pip/004-pipeline @@ -0,0 +1,17 @@ +namedlist>=1.7 +parsley>=1.3 +pymssql>=2.1.4 +jplephem>=2.7 +scipy +git+https://github.com/astropy/photutils.git#egg=photutils +git+https://github.com/spacetelescope/asdf.git#egg=asdf +git+https://github.com/spacetelescope/crds.git#egg=crds +git+https://github.com/spacetelescope/drizzle.git#egg=drizzle +git+https://github.com/spacetelescope/gwcs.git#egg=gwcs +git+https://github.com/spacetelescope/stsci.image.git#egg=stsci.image +git+https://github.com/spacetelescope/stsci.stimage.git#egg=stsci.stimage +git+https://github.com/spacetelescope/stsci.imagestats.git#egg=stsci.imagestats +git+https://github.com/spacetelescope/stsci.tools.git#egg=stsci.tools +git+https://github.com/spacetelescope/spherical_geometry.git#egg=spherical_geometry +git+https://github.com/spacetelescope/verhawk.git#egg=verhawk +git+https://github.com/spacetelescope/jwst.git#egg=jwst diff --git a/etc/jwstdp-snapshot/pip/005-suppl b/etc/jwstdp-snapshot/pip/005-suppl new file mode 100644 index 0000000..30317e9 --- /dev/null +++ b/etc/jwstdp-snapshot/pip/005-suppl @@ -0,0 +1 @@ +astroquery |