diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-06 01:27:29 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-06 01:27:29 -0500 |
commit | 48a05628c76ec4bac61361dde39342a0eb9be59b (patch) | |
tree | 6f13ab3d69d5b84fbb59b9f154a27454fc7c2a53 /etc/jwstdp-latest/pip | |
parent | b66c4e1b676da43ad771ec06d4d54f274f038626 (diff) | |
download | docker-pipeline-48a05628c76ec4bac61361dde39342a0eb9be59b.tar.gz |
Initial commit of jwstdp
* Unstable
* Incomplete
Diffstat (limited to 'etc/jwstdp-latest/pip')
-rw-r--r-- | etc/jwstdp-latest/pip/001-setuptools | 2 | ||||
-rw-r--r-- | etc/jwstdp-latest/pip/002-testing | 6 | ||||
-rw-r--r-- | etc/jwstdp-latest/pip/003-prerequisites | 4 | ||||
-rw-r--r-- | etc/jwstdp-latest/pip/004-pipeline | 17 |
4 files changed, 29 insertions, 0 deletions
diff --git a/etc/jwstdp-latest/pip/001-setuptools b/etc/jwstdp-latest/pip/001-setuptools new file mode 100644 index 0000000..648f70c --- /dev/null +++ b/etc/jwstdp-latest/pip/001-setuptools @@ -0,0 +1,2 @@ +setuptools>=40.0 +wheel diff --git a/etc/jwstdp-latest/pip/002-testing b/etc/jwstdp-latest/pip/002-testing new file mode 100644 index 0000000..09a415e --- /dev/null +++ b/etc/jwstdp-latest/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-latest/pip/003-prerequisites b/etc/jwstdp-latest/pip/003-prerequisites new file mode 100644 index 0000000..8ac5fe9 --- /dev/null +++ b/etc/jwstdp-latest/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-latest/pip/004-pipeline b/etc/jwstdp-latest/pip/004-pipeline new file mode 100644 index 0000000..72e47d0 --- /dev/null +++ b/etc/jwstdp-latest/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 |