diff options
-rw-r--r-- | etc/hstdp-2018.3a/pip/003-prerequisites | 2 | ||||
-rw-r--r-- | etc/hstdp-snapshot/pip/003-prerequisites | 1 | ||||
-rw-r--r-- | etc/jwstdp-snapshot/pip/003-prerequisites | 7 |
3 files changed, 7 insertions, 3 deletions
diff --git a/etc/hstdp-2018.3a/pip/003-prerequisites b/etc/hstdp-2018.3a/pip/003-prerequisites index fcc1c48..f7fbd52 100644 --- a/etc/hstdp-2018.3a/pip/003-prerequisites +++ b/etc/hstdp-2018.3a/pip/003-prerequisites @@ -1,3 +1,5 @@ numpy==1.15.2 +scipy==1.1.0 astropy==3.0.4 relic==1.1.2 +matplotlib==3.0.0 diff --git a/etc/hstdp-snapshot/pip/003-prerequisites b/etc/hstdp-snapshot/pip/003-prerequisites index e14f6f7..8f21a95 100644 --- a/etc/hstdp-snapshot/pip/003-prerequisites +++ b/etc/hstdp-snapshot/pip/003-prerequisites @@ -1,3 +1,4 @@ numpy astropy relic +matplotlib diff --git a/etc/jwstdp-snapshot/pip/003-prerequisites b/etc/jwstdp-snapshot/pip/003-prerequisites index 8ac5fe9..e6cd078 100644 --- a/etc/jwstdp-snapshot/pip/003-prerequisites +++ b/etc/jwstdp-snapshot/pip/003-prerequisites @@ -1,4 +1,5 @@ Cython -numpy>=1.15.2 -relic>=1.1.2 -git+https://github.com/astropy/astropy.git#egg=astropy +numpy +relic +matplotlib +git+https://github.com/astropy/astropy.git |