diff options
Diffstat (limited to 'etc/hstdp-2019.5/pip')
-rw-r--r-- | etc/hstdp-2019.5/pip/001-setuptools | 0 | ||||
-rw-r--r-- | etc/hstdp-2019.5/pip/002-testing | 3 | ||||
-rw-r--r-- | etc/hstdp-2019.5/pip/003-prerequisites | 4 | ||||
-rw-r--r-- | etc/hstdp-2019.5/pip/004-pipeline | 26 |
4 files changed, 33 insertions, 0 deletions
diff --git a/etc/hstdp-2019.5/pip/001-setuptools b/etc/hstdp-2019.5/pip/001-setuptools new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/etc/hstdp-2019.5/pip/001-setuptools diff --git a/etc/hstdp-2019.5/pip/002-testing b/etc/hstdp-2019.5/pip/002-testing new file mode 100644 index 0000000..dee8334 --- /dev/null +++ b/etc/hstdp-2019.5/pip/002-testing @@ -0,0 +1,3 @@ +nose==1.3.7 +pytest==4.5.0 +pytest-xdist==1.24.1 diff --git a/etc/hstdp-2019.5/pip/003-prerequisites b/etc/hstdp-2019.5/pip/003-prerequisites new file mode 100644 index 0000000..69a8d2e --- /dev/null +++ b/etc/hstdp-2019.5/pip/003-prerequisites @@ -0,0 +1,4 @@ +numpy==1.16.4 +scipy==1.2.1 +astropy==3.2.1 +matplotlib==3.1.0 diff --git a/etc/hstdp-2019.5/pip/004-pipeline b/etc/hstdp-2019.5/pip/004-pipeline new file mode 100644 index 0000000..b82334c --- /dev/null +++ b/etc/hstdp-2019.5/pip/004-pipeline @@ -0,0 +1,26 @@ +parsley==1.3 +d2to1==0.2.12 +stsci.convolve==2.2.2 +stsci.imagestats==1.6.2 +stsci.stimage==0.2.2 +crds==7.3.3 +pysynphot==0.9.12 +reftools==1.7.5 # packaging fixes, 2019.5 wants 1.7.3 +spherical-geometry==1.2.18 +stregion==1.1.4 +stsci.ndimage==0.10.3 # packaging fixes, 2019.5 wants 0.10.1 +stsci.tools==3.6.0 +acstools==3.0.0 +calcos==3.3.7 +fitsblender==0.3.6 # packaging fixes, 2019.5 wants 0.3.5 +nictools==1.1.5 # packaging fixes, 2019.5 wants 1.1.4 +stistools==1.3.0 +stsci.image==2.3.0 +stsci.imagemanip==1.1.4 +stwcs==1.5.1 +wfc3tools==1.3.5 +wfpc2tools==1.0.5 +costools==1.2.3 +stsci.skypac==1.0.4 +gwcs==0.10.0 +drizzlepac==3.1.3 |