aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2021-09-24 11:04:45 -0400
committerLarry Bradley <larry.bradley@gmail.com>2021-09-27 11:55:08 -0400
commitd8dd1b92ef1f1bc01d5c249585f007763af34350 (patch)
tree2e843b50ef283b127031ac70e462c94c109642b9
parentaac27a52aebb88de5ab25cdf1e0aaa8d78fb4935 (diff)
downloadastroconda-releases-d8dd1b92ef1f1bc01d5c249585f007763af34350.tar.gz
Add DE Build E environments
-rw-r--r--de/e/README.md53
-rw-r--r--de/e/de-e-linux-py37.00.yml188
-rw-r--r--de/e/de-e-macosx-py37.00.yml173
l---------de/e/latest-linux.yml1
l---------de/e/latest-macosx.yml1
5 files changed, 416 insertions, 0 deletions
diff --git a/de/e/README.md b/de/e/README.md
new file mode 100644
index 0000000..e0c3ec8
--- /dev/null
+++ b/de/e/README.md
@@ -0,0 +1,53 @@
+# Installing
+
+A fresh installation of Anaconda3 or Miniconda3 is not required for each DE release. The method described here allows for multiple, entirely segregated, pipeline installations.
+
+For existing Anaconda3 or Miniconda3 installations:
+
+```
+$ conda env create -n de-e --file http://ssb.stsci.edu/releases/de/e/latest-linux.yml
+```
+
+As bugfixes are announced your current pipeline software may be updated by issuing the command:
+
+```
+$ conda env update -n de-e --file http://ssb.stsci.edu/releases/de/e/latest-linux.yml
+```
+
+# Installing From Scratch
+
+For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install
+
+**For Miniconda:**
+
+```
+$ wget https://repo.anaconda.com/miniconda/Miniconda3-py37_4.10.3-Linux-x86_64.sh
+$ bash Miniconda3-py37_4.10.3-Linux-x86_64.sh
+$ export PATH=$HOME/miniconda3/bin:$PATH
+```
+
+**For Anaconda (if preferred):**
+
+```
+$ wget https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh
+$ bash Anaconda3-2019.10-Linux-x86_64.sh
+$ export PATH=$HOME/anaconda3/bin:$PATH
+```
+
+## Install the environment
+
+```
+$ conda env create -n de-e --file http://ssb.stsci.edu/releases/de/e/latest-linux.yml
+```
+
+## Enter a BASH shell
+
+```
+$ bash
+```
+
+## Activate the environment
+
+```
+$ source activate de-e
+```
diff --git a/de/e/de-e-linux-py37.00.yml b/de/e/de-e-linux-py37.00.yml
new file mode 100644
index 0000000..a91a498
--- /dev/null
+++ b/de/e/de-e-linux-py37.00.yml
@@ -0,0 +1,188 @@
+# delivery_name: de-e-linux-py37.00
+# creation_time: Fri Sep 24 14:20:32 EDT 2021
+# conda_version: 4.10.3
+channels:
+ - https://ssb.stsci.edu/astroconda
+ - defaults
+dependencies:
+ - _libgcc_mutex=0.1=main
+ - _openmp_mutex=4.5=1_gnu
+ - ca-certificates=2021.7.5=h06a4308_1
+ - certifi=2021.5.30=py37h06a4308_0
+ - dbus=1.13.18=hb2f20db_0
+ - expat=2.4.1=h2531618_2
+ - fontconfig=2.13.1=h6c09931_0
+ - freetype=2.10.4=h5ab3b9f_0
+ - glib=2.69.1=h5202010_0
+ - gst-plugins-base=1.14.0=h8213a91_2
+ - gstreamer=1.14.0=h28cd5cc_2
+ - icu=58.2=he6710b0_3
+ - jpeg=9d=h7f8727e_0
+ - ld_impl_linux-64=2.35.1=h7274673_9
+ - libffi=3.3=he6710b0_2
+ - libgcc-ng=9.3.0=h5101ec6_17
+ - libgomp=9.3.0=h5101ec6_17
+ - libpng=1.6.37=hbc83047_0
+ - libstdcxx-ng=9.3.0=hd4cf53a_17
+ - libuuid=1.0.3=h1bed415_2
+ - libxcb=1.14=h7b6447c_0
+ - libxml2=2.9.12=h03d6c58_0
+ - ncurses=6.2=he6710b0_1
+ - openssl=1.1.1l=h7f8727e_0
+ - pcre=8.45=h295c915_0
+ - pip=21.0.1=py37h06a4308_0
+ - python=3.7.11=h12debd9_0
+ - qt=5.9.7=h5867ecd_1
+ - readline=8.1=h27cfd23_0
+ - sqlite=3.36.0=hc218d9a_0
+ - tk=8.6.10=hbc83047_0
+ - wheel=0.37.0=pyhd3eb1b0_1
+ - xz=5.2.5=h7b6447c_0
+ - zlib=1.2.11=h7b6447c_3
+ - pip:
+ - anyio==3.3.1
+ - argcomplete==1.12.3
+ - argon2-cffi==21.1.0
+ - asdf==2.8.1
+ - asteval==0.9.25
+ - astroimtools==0.3
+ - astropy==4.3.1
+ - async-generator==1.10
+ - attrs==21.2.0
+ - backcall==0.2.0
+ - bleach==4.1.0
+ - bottleneck==1.3.2
+ - bqplot==0.12.30
+ - bqplot-image-gl==1.4.4
+ - cached-property==1.5.2
+ - cffi==1.14.6
+ - chardet==4.0.0
+ - charset-normalizer==2.0.6
+ - click==8.0.1
+ - cloudpickle==2.0.0
+ - cycler==0.10.0
+ - dask==2021.9.1
+ - debugpy==1.4.3
+ - decorator==5.1.0
+ - defusedxml==0.7.1
+ - dill==0.3.4
+ - echo==0.5
+ - entrypoints==0.3
+ - et-xmlfile==1.1.0
+ - fast-histogram==0.10
+ - freetype-py==2.2.0
+ - fsspec==2021.9.0
+ - ginga==3.2.0
+ - glue-astronomy==0.3.2
+ - glue-core==1.2.2
+ - glue-jupyter==0.10.1
+ - glue-vispy-viewers==1.0.3
+ - gwcs==0.16.1
+ - h5py==3.4.0
+ - hsluv==5.0.2
+ - idna==2.10
+ - imageio==2.9.0
+ - imexam==0.9.1
+ - importlib-metadata==4.8.1
+ - importlib-resources==5.2.2
+ - ipydatawidgets==4.2.0
+ - ipygoldenlayout==0.4.0
+ - ipykernel==6.4.1
+ - ipympl==0.8.0
+ - ipysplitpanes==0.2.0
+ - ipython==7.27.0
+ - ipython-genutils==0.2.0
+ - ipyvolume==0.5.2
+ - ipyvue==1.5.0
+ - ipyvuetify==1.8.1
+ - ipywebrtc==0.6.0
+ - ipywidgets==7.6.5
+ - jdaviz==2.0.0
+ - jedi==0.18.0
+ - jinja2==3.0.1
+ - jmespath==0.10.0
+ - joblib==1.0.1
+ - jsonschema==3.2.0
+ - jupyter-client==6.1.12
+ - jupyter-core==4.8.1
+ - jupyter-server==1.11.0
+ - jupyterlab-pygments==0.1.2
+ - jupyterlab-widgets==1.0.2
+ - kiwisolver==1.3.2
+ - locket==0.2.1
+ - markupsafe==2.0.1
+ - matplotlib==3.4.3
+ - matplotlib-inline==0.1.3
+ - mistune==0.8.4
+ - mpl-scatter-density==0.7
+ - nbclient==0.5.4
+ - nbconvert==6.1.0
+ - nbformat==5.1.3
+ - ndcube==2.0.0rc1
+ - nest-asyncio==1.5.1
+ - networkx==2.6.3
+ - notebook==6.4.4
+ - numpy==1.21.2
+ - openpyxl==3.0.9
+ - packaging==21.0
+ - pandas==1.3.3
+ - pandocfilters==1.5.0
+ - parso==0.8.2
+ - partd==1.2.0
+ - pexpect==4.8.0
+ - photutils==1.2.0
+ - pickleshare==0.7.5
+ - pillow==8.3.2
+ - pip==21.2.4
+ - prometheus-client==0.11.0
+ - prompt-toolkit==3.0.20
+ - ptyprocess==0.7.0
+ - pycparser==2.20
+ - pyerfa==2.0.0
+ - pygments==2.10.0
+ - pyopengl==3.1.5
+ - pyparsing==2.4.7
+ - pyrsistent==0.18.0
+ - python-dateutil==2.8.2
+ - pythreejs==2.3.0
+ - pytz==2021.1
+ - pywavelets==1.1.1
+ - pyyaml==5.4.1
+ - pyzmq==22.3.0
+ - qtconsole==5.1.1
+ - qtpy==1.11.2
+ - radio-beam==0.3.3
+ - regions==0.5
+ - requests==2.26.0
+ - requests-unixsocket==0.2.0
+ - scikit-image==0.18.3
+ - scipy==1.7.1
+ - semantic-version==2.8.5
+ - send2trash==1.8.0
+ - setuptools==58.1.0
+ - six==1.16.0
+ - sniffio==1.2.0
+ - spectral-cube==0.5.0
+ - specutils==1.4.1
+ - spherical-geometry==1.2.20
+ - stginga==1.3.0
+ - stsci-imagestats==1.6.3
+ - stsci-stimage==0.2.5
+ - terminado==0.12.1
+ - testpath==0.5.0
+ - tifffile==2021.8.30
+ - toolz==0.11.1
+ - tornado==6.1
+ - traitlets==5.1.0
+ - traittypes==0.2.1
+ - tweakwcs==0.7.3
+ - typing-extensions==3.10.0.2
+ - urllib3==1.26.7
+ - vispy==0.8.1
+ - voila==0.2.14
+ - wcwidth==0.2.5
+ - webencodings==0.5.1
+ - websocket-client==1.2.1
+ - widgetsnbextension==3.5.1
+ - xlrd==2.0.1
+ - zipp==3.5.0
diff --git a/de/e/de-e-macosx-py37.00.yml b/de/e/de-e-macosx-py37.00.yml
new file mode 100644
index 0000000..f02944e
--- /dev/null
+++ b/de/e/de-e-macosx-py37.00.yml
@@ -0,0 +1,173 @@
+# delivery_name: de-e-macosx-py37.00
+# creation_time: Fri Sep 24 15:54:19 EDT 2021
+# conda_version: 4.10.3
+channels:
+ - https://ssb.stsci.edu/astroconda
+ - defaults
+dependencies:
+ - ca-certificates=2021.7.5=hecd8cb5_1
+ - certifi=2021.5.30=py37hecd8cb5_0
+ - icu=58.2=h0a44026_3
+ - jpeg=9d=h9ed2024_0
+ - libcxx=12.0.0=h2f01273_0
+ - libffi=3.3=hb1e8313_2
+ - libpng=1.6.37=ha441bb4_0
+ - ncurses=6.2=h0a44026_1
+ - openssl=1.1.1l=h9ed2024_0
+ - pip=21.0.1=py37hecd8cb5_0
+ - python=3.7.11=h88f2d9e_0
+ - qt=5.9.7=h468cd18_1
+ - readline=8.1=h9ed2024_0
+ - sqlite=3.36.0=hce871da_0
+ - tk=8.6.10=hb0a8c7a_0
+ - wheel=0.37.0=pyhd3eb1b0_1
+ - xz=5.2.5=h1de35cc_0
+ - zlib=1.2.11=h1de35cc_3
+ - pip:
+ - anyio==3.3.1
+ - appnope==0.1.2
+ - argcomplete==1.12.3
+ - argon2-cffi==21.1.0
+ - asdf==2.8.1
+ - asteval==0.9.25
+ - astroimtools==0.3
+ - astropy==4.3.1
+ - async-generator==1.10
+ - attrs==21.2.0
+ - backcall==0.2.0
+ - bleach==4.1.0
+ - bottleneck==1.3.2
+ - bqplot==0.12.30
+ - bqplot-image-gl==1.4.4
+ - cached-property==1.5.2
+ - cffi==1.14.6
+ - chardet==4.0.0
+ - charset-normalizer==2.0.6
+ - click==8.0.1
+ - cloudpickle==2.0.0
+ - cycler==0.10.0
+ - dask==2021.9.1
+ - debugpy==1.4.3
+ - decorator==5.1.0
+ - defusedxml==0.7.1
+ - dill==0.3.4
+ - echo==0.5
+ - entrypoints==0.3
+ - et-xmlfile==1.1.0
+ - fast-histogram==0.10
+ - freetype-py==2.2.0
+ - fsspec==2021.9.0
+ - ginga==3.2.0
+ - glue-astronomy==0.3.2
+ - glue-core==1.2.2
+ - glue-jupyter==0.10.1
+ - glue-vispy-viewers==1.0.3
+ - gwcs==0.16.1
+ - h5py==3.4.0
+ - hsluv==5.0.2
+ - idna==2.10
+ - imageio==2.9.0
+ - imexam==0.9.1
+ - importlib-metadata==4.8.1
+ - importlib-resources==5.2.2
+ - ipydatawidgets==4.2.0
+ - ipygoldenlayout==0.4.0
+ - ipykernel==6.4.1
+ - ipympl==0.8.0
+ - ipysplitpanes==0.2.0
+ - ipython==7.27.0
+ - ipython-genutils==0.2.0
+ - ipyvolume==0.5.2
+ - ipyvue==1.5.0
+ - ipyvuetify==1.8.1
+ - ipywebrtc==0.6.0
+ - ipywidgets==7.6.5
+ - jdaviz==2.0.0
+ - jedi==0.18.0
+ - jinja2==3.0.1
+ - jmespath==0.10.0
+ - joblib==1.0.1
+ - jsonschema==3.2.0
+ - jupyter-client==6.1.12
+ - jupyter-core==4.8.1
+ - jupyter-server==1.11.0
+ - jupyterlab-pygments==0.1.2
+ - jupyterlab-widgets==1.0.2
+ - kiwisolver==1.3.2
+ - locket==0.2.1
+ - markupsafe==2.0.1
+ - matplotlib==3.4.3
+ - matplotlib-inline==0.1.3
+ - mistune==0.8.4
+ - mpl-scatter-density==0.7
+ - nbclient==0.5.4
+ - nbconvert==6.1.0
+ - nbformat==5.1.3
+ - ndcube==2.0.0rc1
+ - nest-asyncio==1.5.1
+ - networkx==2.6.3
+ - notebook==6.4.4
+ - numpy==1.21.2
+ - openpyxl==3.0.9
+ - packaging==21.0
+ - pandas==1.3.3
+ - pandocfilters==1.5.0
+ - parso==0.8.2
+ - partd==1.2.0
+ - pexpect==4.8.0
+ - photutils==1.2.0
+ - pickleshare==0.7.5
+ - pillow==8.3.2
+ - pip==21.2.4
+ - prometheus-client==0.11.0
+ - prompt-toolkit==3.0.20
+ - ptyprocess==0.7.0
+ - pycparser==2.20
+ - pyerfa==2.0.0
+ - pygments==2.10.0
+ - pyopengl==3.1.5
+ - pyparsing==2.4.7
+ - pyrsistent==0.18.0
+ - python-dateutil==2.8.2
+ - pythreejs==2.3.0
+ - pytz==2021.1
+ - pywavelets==1.1.1
+ - pyyaml==5.4.1
+ - pyzmq==22.3.0
+ - qtconsole==5.1.1
+ - qtpy==1.11.2
+ - radio-beam==0.3.3
+ - regions==0.5
+ - requests==2.26.0
+ - requests-unixsocket==0.2.0
+ - scikit-image==0.18.3
+ - scipy==1.7.1
+ - semantic-version==2.8.5
+ - send2trash==1.8.0
+ - setuptools==58.1.0
+ - six==1.16.0
+ - sniffio==1.2.0
+ - spectral-cube==0.5.0
+ - specutils==1.4.1
+ - spherical-geometry==1.2.20
+ - stginga==1.3.0
+ - stsci-imagestats==1.6.3
+ - stsci-stimage==0.2.5
+ - terminado==0.12.1
+ - testpath==0.5.0
+ - tifffile==2021.8.30
+ - toolz==0.11.1
+ - tornado==6.1
+ - traitlets==5.1.0
+ - traittypes==0.2.1
+ - tweakwcs==0.7.3
+ - typing-extensions==3.10.0.2
+ - urllib3==1.26.7
+ - vispy==0.8.1
+ - voila==0.2.14
+ - wcwidth==0.2.5
+ - webencodings==0.5.1
+ - websocket-client==1.2.1
+ - widgetsnbextension==3.5.1
+ - xlrd==2.0.1
+ - zipp==3.5.0
diff --git a/de/e/latest-linux.yml b/de/e/latest-linux.yml
new file mode 120000
index 0000000..abea533
--- /dev/null
+++ b/de/e/latest-linux.yml
@@ -0,0 +1 @@
+de-e-linux-py37.00.yml \ No newline at end of file
diff --git a/de/e/latest-macosx.yml b/de/e/latest-macosx.yml
new file mode 120000
index 0000000..577b9a7
--- /dev/null
+++ b/de/e/latest-macosx.yml
@@ -0,0 +1 @@
+de-e-macosx-py37.00.yml \ No newline at end of file