diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-03-02 00:52:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-03-02 00:52:47 -0500 |
commit | e20a7abaca4dc0e053dd1fb6928b71c8f3823707 (patch) | |
tree | 2759e707e089e86e96e6e34d315c664142d626f5 /etc/hstdp-2018.3a | |
parent | 969e671e6c4734522de0beab1c675ed91529b7db (diff) | |
download | docker-pipeline-e20a7abaca4dc0e053dd1fb6928b71c8f3823707.tar.gz |
Adjust pipeline pip defaults
Diffstat (limited to 'etc/hstdp-2018.3a')
-rw-r--r-- | etc/hstdp-2018.3a/pip/003-prerequisites | 2 |
1 files changed, 2 insertions, 0 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 |