diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2021-08-12 10:31:46 -0400 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2021-08-12 10:31:46 -0400 |
commit | 0779f18950c08afca7b51ad7e418763666cba071 (patch) | |
tree | 7881f5b28b77b1b1f78f1069e06de23619710277 /jwstdp/0.13.0 | |
download | astroconda-releases-testing-init.tar.gz |
initial commitinit
Diffstat (limited to 'jwstdp/0.13.0')
-rw-r--r-- | jwstdp/0.13.0/README.md | 54 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.00.txt | 142 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.01.txt | 142 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.00.txt | 142 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.01.txt | 142 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.00.txt | 132 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.01.txt | 132 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.00.txt | 132 | ||||
-rw-r--r-- | jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.01.txt | 132 | ||||
-rw-r--r-- | jwstdp/0.13.0/latest-linux | 142 | ||||
-rw-r--r-- | jwstdp/0.13.0/latest-osx | 132 |
11 files changed, 1424 insertions, 0 deletions
diff --git a/jwstdp/0.13.0/README.md b/jwstdp/0.13.0/README.md new file mode 100644 index 0000000..7eac1f1 --- /dev/null +++ b/jwstdp/0.13.0/README.md @@ -0,0 +1,54 @@ + +# Installing + +A fresh installation of Anaconda3 or Miniconda3 is not required for each JWSTDP release. The method described here allows for multiple, entirely segregated, pipeline installations. + +For existing Anaconda3 or Miniconda3 installations: + +``` +$ conda create -n jwstdp-0.13.0 --file http://ssb.stsci.edu/releases/jwstdp/0.13.0/latest-linux +``` + +As bugfixes are announced your current pipeline software may be updated by issuing the command: + +``` +$ conda update -n jwstdp-0.13.0 --file http://ssb.stsci.edu/releases/jwstdp/0.13.0/latest-linux +``` + +# Installing From Scratch + +For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install + +**For Anaconda:** + +``` +$ wget https://repo.continuum.io/archive/Anaconda3-2018.12-Linux-x86_64.sh +$ bash Anaconda3-2018.12-Linux-x86_64.sh +$ export PATH=$HOME/anaconda3/bin:$PATH +``` + +**For Miniconda (if preferred):** + +``` +$ wget https://repo.continuum.io/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh +$ bash Miniconda3-4.5.12-Linux-x86_64.sh +$ export PATH=$HOME/miniconda3/bin:$PATH +``` + +## Install the pipeline + +``` +$ conda create -n jwstdp-0.13.0 --file http://ssb.stsci.edu/releases/jwstdp/0.13.0/latest-linux +``` + +## Enter a BASH shell + +``` +$ bash +``` + +## Activate the pipeline environment + +``` +$ source activate jwstdp-0.13.0 +``` diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.00.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.00.txt new file mode 100644 index 0000000..8cb51e4 --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.00.txt @@ -0,0 +1,142 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +@EXPLICIT +https://repo.anaconda.com/pkgs/free/linux-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgcc-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/expat-2.2.6-he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/icu-58.2-h9c2bf20_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jpeg-9b-h024ee3a_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libffi-3.2.1-hd88cf55_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgcc-7.2.0-h69d50b8_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libuuid-1.0.3-h1bed415_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxcb-1.13-h1bed415_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ncurses-6.1-he6710b0_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/openssl-1.1.1a-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pcre-8.42-h439df22_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/xz-5.2.4-h14c3975_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/yaml-0.1.7-had09818_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/zlib-1.2.11-h7b6447c_3.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/glib-2.56.2-hd408876_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/hdf5-1.10.4-hb1b8bf9_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libedit-3.1.20181209-hc058e9b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libpng-1.6.36-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxml2-2.9.9-he19cac6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/readline-7.0-h7b6447c_5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/tk-8.6.8-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/zstd-1.3.7-h0b5b093_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/dbus-1.13.6-h746ee38_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/freetype-2.9.1-h8a8886c_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/gstreamer-1.14.0-hb453b48_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libtiff-4.0.10-h2733197_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxslt-1.1.33-h7d1a2b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/sqlite-3.26.0-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/unixodbc-2.3.7-h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/fontconfig-2.13.0-h9420a91_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/freetds-1.00.97-h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/gst-plugins-base-1.14.0-hbbd80ab_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/python-3.6.8-h0371630_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/asn1crypto-0.24.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/attrs-18.2.0-py36h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/backcall-0.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/certifi-2018.11.29-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/chardet-3.0.4-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/decorator-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/filelock-3.0.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/idna-2.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ipython_genutils-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/kiwisolver-1.0.1-py36hf484d3e_0.tar.bz2 +https://repo.anaconda.com/pkgs/free/linux-64/lockfile-0.12.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/lxml-4.3.0-py36hefd8a0e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/markupsafe-1.1.0-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mpmath-1.1.0-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/namedlist-1.7-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/numpy-base-1.15.4-py36hde5b4d6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/olefile-0.46-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/parsley-1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/parso-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pickleshare-0.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pluggy-0.8.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/psutil-5.5.0-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ptyprocess-0.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/py-1.7.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pycparser-2.19-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/pymssql-2.1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyparsing-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pysocks-1.6.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytz-2018.9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyyaml-3.13-py36h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/qt-5.9.7-h5867ecd_1.tar.bz2 +https://repo.anaconda.com/pkgs/free/linux-64/semantic_version-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/sip-4.19.8-py36hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/six-1.12.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/soupsieve-1.7.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/toolz-0.9.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/tornado-5.1.1-py36h7b6447c_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/verhawk-0.0.3.dev0+g4f4a60c-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/wcwidth-0.1.7-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/beautifulsoup4-4.7.1-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cffi-1.11.5-py36he75722e_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cycler-0.10.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cytoolz-0.9.0.1-py36h14c3975_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jedi-0.13.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl_random-1.0.2-py36hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/more-itertools-5.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pexpect-4.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pillow-5.4.1-py36h34e0f95_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyqt-5.9.2-py36h05f1152_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/python-dateutil-2.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/setuptools-40.7.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/traitlets-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cryptography-2.5-py36h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cython-0.29.4-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jinja2-2.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jsonschema-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/networkx-2.2-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pygments-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-4.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/wheel-0.32.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pip-19.0.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyopenssl-19.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-openfiles-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-remotedata-0.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ipython-7.2.0-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/urllib3-1.24.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/requests-2.21.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/h5py-2.9.0-py36h7918eee_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/imageio-2.4.1-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/jplephem-2.9.dev1+g48c99ce-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/matplotlib-3.0.2-py36h5429711_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl_fft-1.0.10-py36ha843d7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/numpy-1.15.4-py36h7e9f1db_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pandas-0.24.1-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-arraydiff-0.3-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-doctestplus-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pywavelets-1.0.1-py36hdd07704_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scipy-1.2.0-py36h7c811a0_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.stimage-0.2.2.dev0+g7049ddc-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-astropy-0.5.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scikit-image-0.14.1-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scikit-learn-0.20.2-py36hd81dba3_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/astropy-4.0.0.dev12070+g8d97a4f-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/asdf-2.3.1a.dev10+gce0bd33-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/crds-7.3.0.dev51+gb254b63-py36_4.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/drizzle-1.10.dev2+gbec16a2-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/photutils-0.6.dev9+gea1765b-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py36_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/gwcs-0.10.1a.dev18+g2387668-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.image-2.3.0.dev0+g720cb3a-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/jwst-0.13.0.dev0+g08df69d-py36_5.tar.bz2 diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.01.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.01.txt new file mode 100644 index 0000000..804da4c --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py36.01.txt @@ -0,0 +1,142 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +@EXPLICIT +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/linux-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libgcc-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/expat-2.2.6-he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/icu-58.2-h9c2bf20_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jpeg-9b-h024ee3a_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libffi-3.2.1-hd88cf55_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libgcc-7.2.0-h69d50b8_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libuuid-1.0.3-h1bed415_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libxcb-1.13-h1bed415_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ncurses-6.1-he6710b0_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/openssl-1.1.1a-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pcre-8.42-h439df22_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/xz-5.2.4-h14c3975_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/yaml-0.1.7-had09818_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/zlib-1.2.11-h7b6447c_3.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/glib-2.56.2-hd408876_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/hdf5-1.10.4-hb1b8bf9_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libedit-3.1.20181209-hc058e9b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libpng-1.6.36-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libxml2-2.9.9-he19cac6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/readline-7.0-h7b6447c_5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/tk-8.6.8-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/zstd-1.3.7-h0b5b093_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/dbus-1.13.6-h746ee38_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/freetype-2.9.1-h8a8886c_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/gstreamer-1.14.0-hb453b48_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libtiff-4.0.10-h2733197_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libxslt-1.1.33-h7d1a2b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/sqlite-3.26.0-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/unixodbc-2.3.7-h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/fontconfig-2.13.0-h9420a91_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/freetds-1.00.9-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/gst-plugins-base-1.14.0-hbbd80ab_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/python-3.6.8-h0371630_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/asn1crypto-0.24.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/attrs-18.2.0-py36h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/backcall-0.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/certifi-2018.11.29-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/chardet-3.0.4-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/decorator-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/filelock-3.0.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/idna-2.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ipython_genutils-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/kiwisolver-1.0.1-py36hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/linux-64/lockfile-0.12.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/lxml-4.3.0-py36hefd8a0e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/markupsafe-1.1.0-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mpmath-1.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/namedlist-1.7-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/numpy-base-1.15.4-py36hde5b4d6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/olefile-0.46-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/parsley-1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/parso-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pickleshare-0.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pluggy-0.8.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/psutil-5.5.0-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ptyprocess-0.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/py-1.7.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pycparser-2.19-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/pymssql-2.1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyparsing-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pysocks-1.6.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytz-2018.9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyyaml-3.13-py36h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/qt-5.9.7-h5867ecd_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/linux-64/semantic_version-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/sip-4.19.8-py36hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/six-1.12.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/soupsieve-1.7.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/toolz-0.9.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/tornado-5.1.1-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/verhawk-0.0.3.dev0+g4f4a60c-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/wcwidth-0.1.7-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/beautifulsoup4-4.7.1-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cffi-1.11.5-py36he75722e_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cycler-0.10.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cytoolz-0.9.0.1-py36h14c3975_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jedi-0.13.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mkl_random-1.0.2-py36hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/more-itertools-5.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pexpect-4.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pillow-5.4.1-py36h34e0f95_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyqt-5.9.2-py36h05f1152_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/python-dateutil-2.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/setuptools-40.7.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/traitlets-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cryptography-2.5-py36h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cython-0.29.4-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jinja2-2.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jsonschema-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/networkx-2.2-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pygments-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-4.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/wheel-0.32.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pip-19.0.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyopenssl-19.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-openfiles-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-remotedata-0.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ipython-7.2.0-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/urllib3-1.24.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/requests-2.21.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/h5py-2.9.0-py36h7918eee_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/imageio-2.4.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/jplephem-2.9.dev1+g48c99ce-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/matplotlib-3.0.2-py36h5429711_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mkl_fft-1.0.10-py36ha843d7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/numpy-1.15.4-py36h7e9f1db_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pandas-0.24.1-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-arraydiff-0.3-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-doctestplus-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pywavelets-1.0.1-py36hdd07704_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/scipy-1.2.0-py36h7c811a0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.stimage-0.2.2.dev0+g7049ddc-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-astropy-0.5.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/scikit-image-0.14.1-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/scikit-learn-0.20.2-py36hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/astropy-4.0.0.dev12070+g8d97a4f-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/asdf-2.3.1a.dev10+gce0bd33-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/crds-7.3.0.dev51+gb254b63-py36_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/drizzle-1.10.dev2+gbec16a2-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/photutils-0.6.dev9+gea1765b-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/gwcs-0.10.1a.dev18+g2387668-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.image-2.3.0.dev0+g720cb3a-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/jwst-0.13.0.dev0+g08df69d-py36_5.tar.bz2
\ No newline at end of file diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.00.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.00.txt new file mode 100644 index 0000000..a23aef2 --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.00.txt @@ -0,0 +1,142 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +@EXPLICIT +https://repo.anaconda.com/pkgs/free/linux-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgcc-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/expat-2.2.6-he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/icu-58.2-h9c2bf20_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jpeg-9b-h024ee3a_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libffi-3.2.1-hd88cf55_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgcc-7.2.0-h69d50b8_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libuuid-1.0.3-h1bed415_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxcb-1.13-h1bed415_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ncurses-6.1-he6710b0_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/openssl-1.1.1a-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pcre-8.42-h439df22_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/xz-5.2.4-h14c3975_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/yaml-0.1.7-had09818_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/zlib-1.2.11-h7b6447c_3.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/glib-2.56.2-hd408876_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/hdf5-1.10.4-hb1b8bf9_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libedit-3.1.20181209-hc058e9b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libpng-1.6.36-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxml2-2.9.9-he19cac6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/readline-7.0-h7b6447c_5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/tk-8.6.8-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/zstd-1.3.7-h0b5b093_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/dbus-1.13.6-h746ee38_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/freetype-2.9.1-h8a8886c_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/gstreamer-1.14.0-hb453b48_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libtiff-4.0.10-h2733197_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxslt-1.1.33-h7d1a2b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/sqlite-3.26.0-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/unixodbc-2.3.7-h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/fontconfig-2.13.0-h9420a91_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/freetds-1.00.97-h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/gst-plugins-base-1.14.0-hbbd80ab_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/python-3.7.2-h0371630_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/asn1crypto-0.24.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/attrs-18.2.0-py37h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/backcall-0.1.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/certifi-2018.11.29-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/chardet-3.0.4-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/decorator-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/filelock-3.0.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/idna-2.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ipython_genutils-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/kiwisolver-1.0.1-py37hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/lockfile-0.12.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/lxml-4.3.0-py37hefd8a0e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/markupsafe-1.1.0-py37h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mpmath-1.1.0-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/namedlist-1.7-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/numpy-base-1.15.4-py37hde5b4d6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/olefile-0.46-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/parsley-1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/parso-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pickleshare-0.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pluggy-0.8.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/psutil-5.5.0-py37h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ptyprocess-0.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/py-1.7.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pycparser-2.19-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/pymssql-2.1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyparsing-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pysocks-1.6.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytz-2018.9-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyyaml-3.13-py37h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/qt-5.9.7-h5867ecd_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/semantic_version-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/sip-4.19.8-py37hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/six-1.12.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/soupsieve-1.7.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/toolz-0.9.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/tornado-5.1.1-py37h7b6447c_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/verhawk-0.0.3.dev0+g4f4a60c-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/wcwidth-0.1.7-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/beautifulsoup4-4.7.1-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cffi-1.11.5-py37he75722e_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cycler-0.10.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cytoolz-0.9.0.1-py37h14c3975_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jedi-0.13.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl_random-1.0.2-py37hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/more-itertools-5.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pexpect-4.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pillow-5.4.1-py37h34e0f95_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyqt-5.9.2-py37h05f1152_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/python-dateutil-2.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/setuptools-40.7.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/traitlets-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cryptography-2.5-py37h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cython-0.29.4-py37he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jinja2-2.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jsonschema-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/networkx-2.2-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pygments-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-4.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/wheel-0.32.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pip-19.0.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyopenssl-19.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-openfiles-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-remotedata-0.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ipython-7.2.0-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/urllib3-1.24.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/requests-2.21.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/h5py-2.9.0-py37h7918eee_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/imageio-2.4.1-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/jplephem-2.9.dev1+g48c99ce-py37_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/matplotlib-3.0.2-py37h5429711_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl_fft-1.0.10-py37ha843d7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/numpy-1.15.4-py37h7e9f1db_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pandas-0.24.1-py37he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-doctestplus-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pywavelets-1.0.1-py37hdd07704_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scipy-1.2.0-py37h7c811a0_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.stimage-0.2.2.dev0+g7049ddc-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-astropy-0.5.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scikit-image-0.14.1-py37he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scikit-learn-0.20.2-py37hd81dba3_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/astropy-4.0.0.dev12070+g8d97a4f-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/asdf-2.3.1a.dev10+gce0bd33-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/crds-7.3.0.dev51+gb254b63-py37_4.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/drizzle-1.10.dev2+gbec16a2-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/photutils-0.6.dev9+gea1765b-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py37_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/gwcs-0.10.1a.dev18+g2387668-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.image-2.3.0.dev0+g720cb3a-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/jwst-0.13.0.dev0+g08df69d-py37_5.tar.bz2 diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.01.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.01.txt new file mode 100644 index 0000000..ec51f50 --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-linux-py37.01.txt @@ -0,0 +1,142 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +@EXPLICIT +https://repo.anaconda.com/pkgs/free/linux-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgcc-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/expat-2.2.6-he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/icu-58.2-h9c2bf20_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jpeg-9b-h024ee3a_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libffi-3.2.1-hd88cf55_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libgcc-7.2.0-h69d50b8_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libuuid-1.0.3-h1bed415_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxcb-1.13-h1bed415_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ncurses-6.1-he6710b0_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/openssl-1.1.1a-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pcre-8.42-h439df22_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/xz-5.2.4-h14c3975_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/yaml-0.1.7-had09818_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/zlib-1.2.11-h7b6447c_3.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/glib-2.56.2-hd408876_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/hdf5-1.10.4-hb1b8bf9_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libedit-3.1.20181209-hc058e9b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libpng-1.6.36-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxml2-2.9.9-he19cac6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/readline-7.0-h7b6447c_5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/tk-8.6.8-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/zstd-1.3.7-h0b5b093_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/dbus-1.13.6-h746ee38_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/freetype-2.9.1-h8a8886c_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/gstreamer-1.14.0-hb453b48_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libtiff-4.0.10-h2733197_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/libxslt-1.1.33-h7d1a2b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/sqlite-3.26.0-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/unixodbc-2.3.7-h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/fontconfig-2.13.0-h9420a91_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/freetds-1.00.9-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/gst-plugins-base-1.14.0-hbbd80ab_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/python-3.7.2-h0371630_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/asn1crypto-0.24.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/attrs-18.2.0-py37h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/backcall-0.1.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/certifi-2018.11.29-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/chardet-3.0.4-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/decorator-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/filelock-3.0.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/idna-2.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ipython_genutils-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/kiwisolver-1.0.1-py37hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/lockfile-0.12.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/lxml-4.3.0-py37hefd8a0e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/markupsafe-1.1.0-py37h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mpmath-1.1.0-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/namedlist-1.7-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/numpy-base-1.15.4-py37hde5b4d6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/olefile-0.46-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/parsley-1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/parso-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pickleshare-0.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pluggy-0.8.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/psutil-5.5.0-py37h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ptyprocess-0.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/py-1.7.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pycparser-2.19-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/pymssql-2.1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyparsing-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pysocks-1.6.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytz-2018.9-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyyaml-3.13-py37h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/qt-5.9.7-h5867ecd_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/semantic_version-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/sip-4.19.8-py37hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/six-1.12.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/soupsieve-1.7.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/toolz-0.9.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/tornado-5.1.1-py37h7b6447c_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/verhawk-0.0.3.dev0+g4f4a60c-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/wcwidth-0.1.7-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/beautifulsoup4-4.7.1-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cffi-1.11.5-py37he75722e_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cycler-0.10.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cytoolz-0.9.0.1-py37h14c3975_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jedi-0.13.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl_random-1.0.2-py37hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/more-itertools-5.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pexpect-4.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pillow-5.4.1-py37h34e0f95_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyqt-5.9.2-py37h05f1152_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/python-dateutil-2.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/setuptools-40.7.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/traitlets-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cryptography-2.5-py37h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/cython-0.29.4-py37he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jinja2-2.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/jsonschema-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/networkx-2.2-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pygments-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-4.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/wheel-0.32.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pip-19.0.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pyopenssl-19.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-openfiles-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-remotedata-0.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/ipython-7.2.0-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/urllib3-1.24.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/requests-2.21.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/h5py-2.9.0-py37h7918eee_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/imageio-2.4.1-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/jplephem-2.9.dev1+g48c99ce-py37_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/matplotlib-3.0.2-py37h5429711_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/mkl_fft-1.0.10-py37ha843d7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/numpy-1.15.4-py37h7e9f1db_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pandas-0.24.1-py37he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-doctestplus-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pywavelets-1.0.1-py37hdd07704_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scipy-1.2.0-py37h7c811a0_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.stimage-0.2.2.dev0+g7049ddc-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/pytest-astropy-0.5.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scikit-image-0.14.1-py37he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/linux-64/scikit-learn-0.20.2-py37hd81dba3_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/astropy-4.0.0.dev12070+g8d97a4f-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/asdf-2.3.1a.dev10+gce0bd33-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/crds-7.3.0.dev51+gb254b63-py37_4.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/drizzle-1.10.dev2+gbec16a2-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/photutils-0.6.dev9+gea1765b-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py37_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/gwcs-0.10.1a.dev18+g2387668-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/stsci.image-2.3.0.dev0+g720cb3a-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/linux-64/jwst-0.13.0.dev0+g08df69d-py37_5.tar.bz2 diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.00.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.00.txt new file mode 100644 index 0000000..3cef570 --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.00.txt @@ -0,0 +1,132 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +@EXPLICIT +https://repo.anaconda.com/pkgs/free/osx-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jpeg-9b-he5867d9_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libcxxabi-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libgfortran-3.0.1-h93005f0_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libiconv-1.15-hdd342a3_7.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/xz-5.2.4-h1de35cc_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/yaml-0.1.7-hc338f04_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/zlib-1.2.11-h1de35cc_3.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libcxx-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libgcc-4.8.5-hdbeacc1_10.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libpng-1.6.36-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/openssl-1.1.1a-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/tk-8.6.8-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/zstd-1.3.7-h5bba6e5_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/freetype-2.9.1-hb4e5f40_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/hdf5-1.10.4-hfa1e0ec_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/icu-58.2-h4b95b61_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libffi-3.2.1-h475c297_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libtiff-4.0.10-hcb84e12_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ncurses-6.1-h0a44026_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libedit-3.1.20181209-hb402a30_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libxml2-2.9.9-hab757c2_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/readline-7.0-h1de35cc_5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libxslt-1.1.33-h33a18ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/sqlite-3.26.0-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/unixodbc-2.3.7-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/freetds-1.00.97-ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/python-3.6.8-haf84260_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/appnope-0.1.0-py36hf537a9a_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/asn1crypto-0.24.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/attrs-18.2.0-py36h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/backcall-0.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/certifi-2018.11.29-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/chardet-3.0.4-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/decorator-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/filelock-3.0.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/idna-2.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ipython_genutils-0.2.0-py36h241746c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/kiwisolver-1.0.1-py36h0a44026_0.tar.bz2 +https://repo.anaconda.com/pkgs/free/osx-64/lockfile-0.12.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/lxml-4.3.0-py36hef8c89e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/markupsafe-1.1.0-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mpmath-1.1.0-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/namedlist-1.7-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/numpy-base-1.15.4-py36h6575580_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/olefile-0.46-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/parsley-1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/parso-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pickleshare-0.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pluggy-0.8.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/psutil-5.5.0-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ptyprocess-0.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/py-1.7.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pycparser-2.19-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/pymssql-2.1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyparsing-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pysocks-1.6.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytz-2018.9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyyaml-3.13-py36h1de35cc_0.tar.bz2 +https://repo.anaconda.com/pkgs/free/osx-64/semantic_version-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/six-1.12.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/soupsieve-1.7.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/toolz-0.9.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/tornado-5.1.1-py36h1de35cc_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/verhawk-0.0.3.dev0+g4f4a60c-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/wcwidth-0.1.7-py36h8c6ec74_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/beautifulsoup4-4.7.1-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cffi-1.11.5-py36h6174b99_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cycler-0.10.0-py36hfc81398_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cytoolz-0.9.0.1-py36h1de35cc_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jedi-0.13.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl_random-1.0.2-py36h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/more-itertools-5.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pexpect-4.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pillow-5.4.1-py36hb68e598_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/python-dateutil-2.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/setuptools-40.7.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/traitlets-4.3.2-py36h65bd3ce_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cryptography-2.5-py36ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cython-0.29.4-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jinja2-2.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jsonschema-2.6.0-py36hb385e00_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/networkx-2.2-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pygments-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-4.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/wheel-0.32.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pip-19.0.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyopenssl-19.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-openfiles-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-remotedata-0.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ipython-7.2.0-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/urllib3-1.24.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/requests-2.21.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/h5py-2.9.0-py36h3134771_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/imageio-2.4.1-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/jplephem-2.9.dev1+g48c99ce-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/matplotlib-3.0.2-py36h54f8f79_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl_fft-1.0.10-py36h5e564d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/numpy-1.15.4-py36hacdab7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pandas-0.24.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-arraydiff-0.3-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-doctestplus-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pywavelets-1.0.1-py36h1d22016_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scipy-1.2.0-py36h1410ff5_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.stimage-0.2.2.dev0+g7049ddca-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-astropy-0.5.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scikit-image-0.14.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scikit-learn-0.20.2-py36h27c97d8_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/astropy-4.0.0.dev12070+g8d97a4f9d-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/asdf-2.3.1a.dev10+gce0bd33-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/crds-7.3.0.dev51+gb254b632-py36_4.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/drizzle-1.10.dev2+gbec16a2-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/photutils-0.6.dev9+gea1765b9-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py36_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py36_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/gwcs-0.10.1a.dev18+g2387668-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.image-2.3.0.dev0+g720cb3a-py36_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/jwst-0.13.0.dev0+g08df69d5-py36_5.tar.bz2 diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.01.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.01.txt new file mode 100644 index 0000000..426e56e --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py36.01.txt @@ -0,0 +1,132 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +@EXPLICIT +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/osx-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jpeg-9b-he5867d9_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libcxxabi-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libgfortran-3.0.1-h93005f0_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libiconv-1.15-hdd342a3_7.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/xz-5.2.4-h1de35cc_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/yaml-0.1.7-hc338f04_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/zlib-1.2.11-h1de35cc_3.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libcxx-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libgcc-4.8.5-hdbeacc1_10.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libpng-1.6.36-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/openssl-1.1.1a-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/tk-8.6.8-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/zstd-1.3.7-h5bba6e5_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/freetype-2.9.1-hb4e5f40_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/hdf5-1.10.4-hfa1e0ec_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/icu-58.2-h4b95b61_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libffi-3.2.1-h475c297_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libtiff-4.0.10-hcb84e12_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ncurses-6.1-h0a44026_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libedit-3.1.20181209-hb402a30_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libxml2-2.9.9-hab757c2_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/readline-7.0-h1de35cc_5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libxslt-1.1.33-h33a18ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/sqlite-3.26.0-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/unixodbc-2.3.7-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/freetds-1.00.9-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/python-3.6.8-haf84260_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/appnope-0.1.0-py36hf537a9a_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/asn1crypto-0.24.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/attrs-18.2.0-py36h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/backcall-0.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/certifi-2018.11.29-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/chardet-3.0.4-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/decorator-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/filelock-3.0.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/idna-2.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ipython_genutils-0.2.0-py36h241746c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/kiwisolver-1.0.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/osx-64/lockfile-0.12.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/lxml-4.3.0-py36hef8c89e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/markupsafe-1.1.0-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mpmath-1.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/namedlist-1.7-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/numpy-base-1.15.4-py36h6575580_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/olefile-0.46-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/parsley-1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/parso-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pickleshare-0.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pluggy-0.8.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/psutil-5.5.0-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ptyprocess-0.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/py-1.7.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pycparser-2.19-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/pymssql-2.1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pyparsing-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pysocks-1.6.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytz-2018.9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pyyaml-3.13-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/osx-64/semantic_version-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/six-1.12.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/soupsieve-1.7.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/toolz-0.9.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/tornado-5.1.1-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/verhawk-0.0.3.dev0+g4f4a60c-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/wcwidth-0.1.7-py36h8c6ec74_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/beautifulsoup4-4.7.1-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cffi-1.11.5-py36h6174b99_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cycler-0.10.0-py36hfc81398_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cytoolz-0.9.0.1-py36h1de35cc_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jedi-0.13.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mkl_random-1.0.2-py36h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/more-itertools-5.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pexpect-4.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pillow-5.4.1-py36hb68e598_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/python-dateutil-2.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/setuptools-40.7.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/traitlets-4.3.2-py36h65bd3ce_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cryptography-2.5-py36ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cython-0.29.4-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jinja2-2.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jsonschema-2.6.0-py36hb385e00_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/networkx-2.2-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pygments-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-4.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/wheel-0.32.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pip-19.0.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pyopenssl-19.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-openfiles-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-remotedata-0.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ipython-7.2.0-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/urllib3-1.24.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/requests-2.21.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/h5py-2.9.0-py36h3134771_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/imageio-2.4.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/jplephem-2.9.dev1+g48c99ce-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/matplotlib-3.0.2-py36h54f8f79_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mkl_fft-1.0.10-py36h5e564d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/numpy-1.15.4-py36hacdab7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pandas-0.24.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-arraydiff-0.3-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-doctestplus-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pywavelets-1.0.1-py36h1d22016_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/scipy-1.2.0-py36h1410ff5_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.stimage-0.2.2.dev0+g7049ddca-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-astropy-0.5.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/scikit-image-0.14.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/scikit-learn-0.20.2-py36h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/astropy-4.0.0.dev12070+g8d97a4f9d-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/asdf-2.3.1a.dev10+gce0bd33-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/crds-7.3.0.dev51+gb254b632-py36_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/drizzle-1.10.dev2+gbec16a2-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/photutils-0.6.dev9+gea1765b9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/gwcs-0.10.1a.dev18+g2387668-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.image-2.3.0.dev0+g720cb3a-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/jwst-0.13.0.dev0+g08df69d5-py36_5.tar.bz2
\ No newline at end of file diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.00.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.00.txt new file mode 100644 index 0000000..cf2000b --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.00.txt @@ -0,0 +1,132 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +@EXPLICIT +https://repo.anaconda.com/pkgs/free/osx-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jpeg-9b-he5867d9_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libcxxabi-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libgfortran-3.0.1-h93005f0_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libiconv-1.15-hdd342a3_7.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/xz-5.2.4-h1de35cc_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/yaml-0.1.7-hc338f04_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/zlib-1.2.11-h1de35cc_3.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libcxx-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libgcc-4.8.5-hdbeacc1_10.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libpng-1.6.36-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/openssl-1.1.1a-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/tk-8.6.8-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/zstd-1.3.7-h5bba6e5_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/freetype-2.9.1-hb4e5f40_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/hdf5-1.10.4-hfa1e0ec_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/icu-58.2-h4b95b61_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libffi-3.2.1-h475c297_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libtiff-4.0.10-hcb84e12_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ncurses-6.1-h0a44026_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libedit-3.1.20181209-hb402a30_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libxml2-2.9.9-hab757c2_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/readline-7.0-h1de35cc_5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libxslt-1.1.33-h33a18ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/sqlite-3.26.0-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/unixodbc-2.3.7-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/freetds-1.00.97-ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/python-3.7.2-haf84260_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/appnope-0.1.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/asn1crypto-0.24.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/attrs-18.2.0-py37h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/backcall-0.1.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/certifi-2018.11.29-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/chardet-3.0.4-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/decorator-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/filelock-3.0.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/idna-2.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ipython_genutils-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/kiwisolver-1.0.1-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/lockfile-0.12.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/lxml-4.3.0-py37hef8c89e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/markupsafe-1.1.0-py37h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mpmath-1.1.0-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/namedlist-1.7-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/numpy-base-1.15.4-py37h6575580_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/olefile-0.46-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/parsley-1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/parso-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pickleshare-0.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pluggy-0.8.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/psutil-5.5.0-py37h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ptyprocess-0.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/py-1.7.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pycparser-2.19-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/pymssql-2.1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyparsing-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pysocks-1.6.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytz-2018.9-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyyaml-3.13-py37h1de35cc_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/semantic_version-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/six-1.12.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/soupsieve-1.7.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/toolz-0.9.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/tornado-5.1.1-py37h1de35cc_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/verhawk-0.0.3.dev0+g4f4a60c-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/wcwidth-0.1.7-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/beautifulsoup4-4.7.1-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cffi-1.11.5-py37h6174b99_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cycler-0.10.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cytoolz-0.9.0.1-py37h1de35cc_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jedi-0.13.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl_random-1.0.2-py37h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/more-itertools-5.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pexpect-4.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pillow-5.4.1-py37hb68e598_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/python-dateutil-2.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/setuptools-40.7.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/traitlets-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cryptography-2.5-py37ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cython-0.29.4-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jinja2-2.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jsonschema-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/networkx-2.2-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pygments-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-4.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/wheel-0.32.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pip-19.0.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyopenssl-19.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-openfiles-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-remotedata-0.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ipython-7.2.0-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/urllib3-1.24.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/requests-2.21.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/h5py-2.9.0-py37h3134771_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/imageio-2.4.1-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/jplephem-2.9.dev1+g48c99ce-py37_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/matplotlib-3.0.2-py37h54f8f79_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl_fft-1.0.10-py37h5e564d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/numpy-1.15.4-py37hacdab7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pandas-0.24.1-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-doctestplus-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pywavelets-1.0.1-py37h1d22016_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scipy-1.2.0-py37h1410ff5_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.stimage-0.2.2.dev0+g7049ddca-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-astropy-0.5.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scikit-image-0.14.1-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scikit-learn-0.20.2-py37h27c97d8_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/astropy-4.0.0.dev12070+g8d97a4f9d-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/asdf-2.3.1a.dev10+gce0bd33-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/crds-7.3.0.dev51+gb254b632-py37_4.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/drizzle-1.10.dev2+gbec16a2-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/photutils-0.6.dev9+gea1765b9-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py37_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/gwcs-0.10.1a.dev18+g2387668-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.image-2.3.0.dev0+g720cb3a-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/jwst-0.13.0.dev0+g08df69d5-py37_5.tar.bz2 diff --git a/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.01.txt b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.01.txt new file mode 100644 index 0000000..30f048a --- /dev/null +++ b/jwstdp/0.13.0/dev/jwstdp-0.13.0-osx-py37.01.txt @@ -0,0 +1,132 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +@EXPLICIT +https://repo.anaconda.com/pkgs/free/osx-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jpeg-9b-he5867d9_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libcxxabi-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libgfortran-3.0.1-h93005f0_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libiconv-1.15-hdd342a3_7.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/xz-5.2.4-h1de35cc_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/yaml-0.1.7-hc338f04_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/zlib-1.2.11-h1de35cc_3.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libcxx-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libgcc-4.8.5-hdbeacc1_10.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libpng-1.6.36-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/openssl-1.1.1a-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/tk-8.6.8-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/zstd-1.3.7-h5bba6e5_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/freetype-2.9.1-hb4e5f40_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/hdf5-1.10.4-hfa1e0ec_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/icu-58.2-h4b95b61_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libffi-3.2.1-h475c297_4.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libtiff-4.0.10-hcb84e12_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ncurses-6.1-h0a44026_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libedit-3.1.20181209-hb402a30_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libxml2-2.9.9-hab757c2_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/readline-7.0-h1de35cc_5.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/libxslt-1.1.33-h33a18ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/sqlite-3.26.0-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/unixodbc-2.3.7-h1de35cc_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/freetds-1.00.9-0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/python-3.7.2-haf84260_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/appnope-0.1.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/asn1crypto-0.24.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/attrs-18.2.0-py37h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/backcall-0.1.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/certifi-2018.11.29-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/chardet-3.0.4-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/decorator-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/filelock-3.0.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/idna-2.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ipython_genutils-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/kiwisolver-1.0.1-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/lockfile-0.12.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/lxml-4.3.0-py37hef8c89e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/markupsafe-1.1.0-py37h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mpmath-1.1.0-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/namedlist-1.7-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/numpy-base-1.15.4-py37h6575580_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/olefile-0.46-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/parsley-1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/parso-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pickleshare-0.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pluggy-0.8.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/psutil-5.5.0-py37h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ptyprocess-0.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/py-1.7.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pycparser-2.19-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/pymssql-2.1.3-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyparsing-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pysocks-1.6.8-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytz-2018.9-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyyaml-3.13-py37h1de35cc_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/semantic_version-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/six-1.12.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/soupsieve-1.7.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/toolz-0.9.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/tornado-5.1.1-py37h1de35cc_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/verhawk-0.0.3.dev0+g4f4a60c-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/wcwidth-0.1.7-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/beautifulsoup4-4.7.1-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cffi-1.11.5-py37h6174b99_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cycler-0.10.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cytoolz-0.9.0.1-py37h1de35cc_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jedi-0.13.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl_random-1.0.2-py37h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/more-itertools-5.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pexpect-4.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pillow-5.4.1-py37hb68e598_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/python-dateutil-2.7.5-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/setuptools-40.7.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/traitlets-4.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cryptography-2.5-py37ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/cython-0.29.4-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jinja2-2.10-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/jsonschema-2.6.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/networkx-2.2-py37_1.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pygments-2.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-4.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/wheel-0.32.3-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pip-19.0.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pyopenssl-19.0.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-openfiles-0.3.2-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-remotedata-0.3.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/ipython-7.2.0-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/urllib3-1.24.1-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/requests-2.21.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/h5py-2.9.0-py37h3134771_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/imageio-2.4.1-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/jplephem-2.9.dev1+g48c99ce-py37_2.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/matplotlib-3.0.2-py37h54f8f79_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/mkl_fft-1.0.10-py37h5e564d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/numpy-1.15.4-py37hacdab7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pandas-0.24.1-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-arraydiff-0.3-py37h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-doctestplus-0.2.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pywavelets-1.0.1-py37h1d22016_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scipy-1.2.0-py37h1410ff5_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.stimage-0.2.2.dev0+g7049ddca-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/pytest-astropy-0.5.0-py37_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scikit-image-0.14.1-py37h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-pipeline/osx-64/scikit-learn-0.20.2-py37h27c97d8_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/astropy-4.0.0.dev12070+g8d97a4f9d-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/asdf-2.3.1a.dev10+gce0bd33-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/crds-7.3.0.dev51+gb254b632-py37_4.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/drizzle-1.10.dev2+gbec16a2-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/photutils-0.6.dev9+gea1765b9-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py37_1.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py37_0.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/gwcs-0.10.1a.dev18+g2387668-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/stsci.image-2.3.0.dev0+g720cb3a-py37_2.tar.bz2 +http://ssb.stsci.edu/astroconda-pipeline/osx-64/jwst-0.13.0.dev0+g08df69d5-py37_5.tar.bz2 diff --git a/jwstdp/0.13.0/latest-linux b/jwstdp/0.13.0/latest-linux new file mode 100644 index 0000000..804da4c --- /dev/null +++ b/jwstdp/0.13.0/latest-linux @@ -0,0 +1,142 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +@EXPLICIT +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/linux-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libgcc-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/expat-2.2.6-he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/icu-58.2-h9c2bf20_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jpeg-9b-h024ee3a_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libffi-3.2.1-hd88cf55_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libgcc-7.2.0-h69d50b8_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libuuid-1.0.3-h1bed415_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libxcb-1.13-h1bed415_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ncurses-6.1-he6710b0_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/openssl-1.1.1a-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pcre-8.42-h439df22_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/xz-5.2.4-h14c3975_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/yaml-0.1.7-had09818_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/zlib-1.2.11-h7b6447c_3.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/glib-2.56.2-hd408876_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/hdf5-1.10.4-hb1b8bf9_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libedit-3.1.20181209-hc058e9b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libpng-1.6.36-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libxml2-2.9.9-he19cac6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/readline-7.0-h7b6447c_5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/tk-8.6.8-hbc83047_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/zstd-1.3.7-h0b5b093_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/dbus-1.13.6-h746ee38_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/freetype-2.9.1-h8a8886c_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/gstreamer-1.14.0-hb453b48_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libtiff-4.0.10-h2733197_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/libxslt-1.1.33-h7d1a2b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/sqlite-3.26.0-h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/unixodbc-2.3.7-h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/fontconfig-2.13.0-h9420a91_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/freetds-1.00.9-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/gst-plugins-base-1.14.0-hbbd80ab_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/python-3.6.8-h0371630_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/asn1crypto-0.24.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/attrs-18.2.0-py36h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/backcall-0.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/certifi-2018.11.29-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/chardet-3.0.4-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/decorator-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/filelock-3.0.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/idna-2.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ipython_genutils-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/kiwisolver-1.0.1-py36hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/linux-64/lockfile-0.12.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/lxml-4.3.0-py36hefd8a0e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/markupsafe-1.1.0-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mpmath-1.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/namedlist-1.7-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/numpy-base-1.15.4-py36hde5b4d6_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/olefile-0.46-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/parsley-1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/parso-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pickleshare-0.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pluggy-0.8.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/psutil-5.5.0-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ptyprocess-0.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/py-1.7.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pycparser-2.19-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/pymssql-2.1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyparsing-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pysocks-1.6.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytz-2018.9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyyaml-3.13-py36h14c3975_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/qt-5.9.7-h5867ecd_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/linux-64/semantic_version-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/sip-4.19.8-py36hf484d3e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/six-1.12.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/soupsieve-1.7.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/toolz-0.9.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/tornado-5.1.1-py36h7b6447c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/verhawk-0.0.3.dev0+g4f4a60c-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/wcwidth-0.1.7-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/beautifulsoup4-4.7.1-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cffi-1.11.5-py36he75722e_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cycler-0.10.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cytoolz-0.9.0.1-py36h14c3975_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jedi-0.13.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mkl_random-1.0.2-py36hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/more-itertools-5.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pexpect-4.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pillow-5.4.1-py36h34e0f95_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyqt-5.9.2-py36h05f1152_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/python-dateutil-2.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/setuptools-40.7.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/traitlets-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cryptography-2.5-py36h1ba5d50_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/cython-0.29.4-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jinja2-2.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/jsonschema-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/networkx-2.2-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pygments-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-4.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/wheel-0.32.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pip-19.0.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pyopenssl-19.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-openfiles-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-remotedata-0.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/ipython-7.2.0-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/urllib3-1.24.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/requests-2.21.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/h5py-2.9.0-py36h7918eee_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/imageio-2.4.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/jplephem-2.9.dev1+g48c99ce-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/matplotlib-3.0.2-py36h5429711_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/mkl_fft-1.0.10-py36ha843d7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/numpy-1.15.4-py36h7e9f1db_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pandas-0.24.1-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-arraydiff-0.3-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-doctestplus-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pywavelets-1.0.1-py36hdd07704_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/scipy-1.2.0-py36h7c811a0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.stimage-0.2.2.dev0+g7049ddc-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/pytest-astropy-0.5.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/scikit-image-0.14.1-py36he6710b0_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/linux-64/scikit-learn-0.20.2-py36hd81dba3_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/astropy-4.0.0.dev12070+g8d97a4f-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/asdf-2.3.1a.dev10+gce0bd33-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/crds-7.3.0.dev51+gb254b63-py36_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/drizzle-1.10.dev2+gbec16a2-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/photutils-0.6.dev9+gea1765b-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/gwcs-0.10.1a.dev18+g2387668-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/stsci.image-2.3.0.dev0+g720cb3a-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/linux-64/jwst-0.13.0.dev0+g08df69d-py36_5.tar.bz2
\ No newline at end of file diff --git a/jwstdp/0.13.0/latest-osx b/jwstdp/0.13.0/latest-osx new file mode 100644 index 0000000..426e56e --- /dev/null +++ b/jwstdp/0.13.0/latest-osx @@ -0,0 +1,132 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +@EXPLICIT +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/osx-64/blas-1.0-mkl.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ca-certificates-2019.1.23-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/intel-openmp-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jpeg-9b-he5867d9_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libcxxabi-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libgfortran-3.0.1-h93005f0_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libiconv-1.15-hdd342a3_7.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/xz-5.2.4-h1de35cc_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/yaml-0.1.7-hc338f04_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/zlib-1.2.11-h1de35cc_3.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libcxx-4.0.1-hcfea43d_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libgcc-4.8.5-hdbeacc1_10.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libpng-1.6.36-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mkl-2019.1-144.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/openssl-1.1.1a-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/tk-8.6.8-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/zstd-1.3.7-h5bba6e5_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/cfitsio-3.440-5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/freetype-2.9.1-hb4e5f40_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/hdf5-1.10.4-hfa1e0ec_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/icu-58.2-h4b95b61_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libffi-3.2.1-h475c297_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libtiff-4.0.10-hcb84e12_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ncurses-6.1-h0a44026_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/fitsverify-4.18-6.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libedit-3.1.20181209-hb402a30_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libxml2-2.9.9-hab757c2_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/readline-7.0-h1de35cc_5.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/libxslt-1.1.33-h33a18ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/sqlite-3.26.0-ha441bb4_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/unixodbc-2.3.7-h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/freetds-1.00.9-0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/python-3.6.8-haf84260_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/appnope-0.1.0-py36hf537a9a_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/asn1crypto-0.24.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/atomicwrites-1.3.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/attrs-18.2.0-py36h28b3542_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/backcall-0.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/certifi-2018.11.29-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/chardet-3.0.4-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/cloudpickle-0.7.0-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/dask-core-1.1.1-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/decorator-4.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/filelock-3.0.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/idna-2.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ipython_genutils-0.2.0-py36h241746c_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/kiwisolver-1.0.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/osx-64/lockfile-0.12.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/lxml-4.3.0-py36hef8c89e_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/markupsafe-1.1.0-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mpmath-1.1.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/namedlist-1.7-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/numpy-base-1.15.4-py36h6575580_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/olefile-0.46-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/parsley-1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/parso-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pickleshare-0.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pluggy-0.8.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/psutil-5.5.0-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ptyprocess-0.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/py-1.7.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pycparser-2.19-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/pymssql-2.1.3-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pyparsing-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pysocks-1.6.8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytz-2018.9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pyyaml-3.13-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/free/osx-64/semantic_version-2.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/six-1.12.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/soupsieve-1.7.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/toolz-0.9.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/tornado-5.1.1-py36h1de35cc_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/verhawk-0.0.3.dev0+g4f4a60c-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/wcwidth-0.1.7-py36h8c6ec74_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/beautifulsoup4-4.7.1-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cffi-1.11.5-py36h6174b99_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cycler-0.10.0-py36hfc81398_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cytoolz-0.9.0.1-py36h1de35cc_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jedi-0.13.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mkl_random-1.0.2-py36h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/more-itertools-5.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pexpect-4.6.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pillow-5.4.1-py36hb68e598_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/python-dateutil-2.7.5-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/setuptools-40.7.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/traitlets-4.3.2-py36h65bd3ce_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cryptography-2.5-py36ha12b0ac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/cython-0.29.4-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jinja2-2.10-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/jsonschema-2.6.0-py36hb385e00_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/networkx-2.2-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pygments-2.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-4.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/wheel-0.32.3-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pip-19.0.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/noarch/prompt_toolkit-2.0.8-py_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pyopenssl-19.0.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-openfiles-0.3.2-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-remotedata-0.3.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/ipython-7.2.0-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/urllib3-1.24.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/requests-2.21.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/h5py-2.9.0-py36h3134771_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/imageio-2.4.1-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/jplephem-2.9.dev1+g48c99ce-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/matplotlib-3.0.2-py36h54f8f79_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/mkl_fft-1.0.10-py36h5e564d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/numpy-1.15.4-py36hacdab7b_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pandas-0.24.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-arraydiff-0.3-py36h39e3cac_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-doctestplus-0.2.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pywavelets-1.0.1-py36h1d22016_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/scipy-1.2.0-py36h1410ff5_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.imagestats-1.6.0.dev0+gd7d7ce8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.stimage-0.2.2.dev0+g7049ddca-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/pytest-astropy-0.5.0-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/scikit-image-0.14.1-py36h0a44026_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/main/osx-64/scikit-learn-0.20.2-py36h27c97d8_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/astropy-4.0.0.dev12070+g8d97a4f9d-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/asdf-2.3.1a.dev10+gce0bd33-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/crds-7.3.0.dev51+gb254b632-py36_4.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/drizzle-1.10.dev2+gbec16a2-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/photutils-0.6.dev9+gea1765b9-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/spherical-geometry-1.2.6.dev1+gd13fe4b-py36_1.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.tools-3.5.0rc.dev0+g567b3b8-py36_0.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/gwcs-0.10.1a.dev18+g2387668-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/stsci.image-2.3.0.dev0+g720cb3a-py36_2.tar.bz2 +https://ssb.stsci.edu/astroconda-tomb/jwstdp/0.13.0/astroconda-dev/osx-64/jwst-0.13.0.dev0+g08df69d5-py36_5.tar.bz2
\ No newline at end of file |