diff options
author | Automated <automated@example.com> | 2024-09-20 14:33:54 -0400 |
---|---|---|
committer | Automated <automated@example.com> | 2024-09-20 14:33:54 -0400 |
commit | 171a2f621254896bcf38839bd3594263eab718e4 (patch) | |
tree | 502926561b90da3f23a8418ef838243b7cb8c899 | |
parent | 1bf0f6b6a727e80b436e15a59e91532012cd72f5 (diff) | |
download | astroconda-releases-171a2f621254896bcf38839bd3594263eab718e4.tar.gz |
JWSTDP-1.16.0
-rw-r--r-- | jwstdp/1.16.0/README.md | 34 | ||||
-rw-r--r-- | jwstdp/1.16.0/conda_python_macos-stable-deps.txt | 21 | ||||
-rw-r--r-- | jwstdp/1.16.0/conda_python_stable-deps.txt | 29 | ||||
-rw-r--r-- | jwstdp/1.16.0/reqs_macos-stable-deps.txt | 82 | ||||
-rw-r--r-- | jwstdp/1.16.0/reqs_stable-deps.txt | 82 |
5 files changed, 248 insertions, 0 deletions
diff --git a/jwstdp/1.16.0/README.md b/jwstdp/1.16.0/README.md new file mode 100644 index 0000000..a678ffe --- /dev/null +++ b/jwstdp/1.16.0/README.md @@ -0,0 +1,34 @@ +# Installing the tested pipeline stack + +Conda (miniconda3 or anaconda3) must already be installed, if it is not, +'Advance Setup' below. +All steps must be performed in bash or a compatible shell. + +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. + +# Advance setup + +If conda has not yet been installed, use the following steps to obtain +it, then use the procedure above to install the pipeline software. + +For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install + +**For Miniconda:** + +``` +$ wget +https://repo.continuum.io/miniconda/Miniconda3-Latest-Linux-x86_64.sh +$ bash Miniconda3-Latest-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 +``` diff --git a/jwstdp/1.16.0/conda_python_macos-stable-deps.txt b/jwstdp/1.16.0/conda_python_macos-stable-deps.txt new file mode 100644 index 0000000..b903f25 --- /dev/null +++ b/jwstdp/1.16.0/conda_python_macos-stable-deps.txt @@ -0,0 +1,21 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +# micromamba version: 1.5.9 +@EXPLICIT +https://conda.anaconda.org/conda-forge/osx-64/bzip2-1.0.8-hfdf4475_7.conda#7ed4301d437b59045be7e051a0308211 +https://conda.anaconda.org/conda-forge/osx-64/ca-certificates-2024.8.30-h8857fd0_0.conda#b7e5424e7f06547a903d28e4651dbb21 +https://conda.anaconda.org/conda-forge/osx-64/libexpat-2.6.3-hac325c4_0.conda#c1db99b0a94a2f23bd6ce39e2d314e07 +https://conda.anaconda.org/conda-forge/osx-64/libffi-3.4.2-h0d85af4_5.tar.bz2#ccb34fb14960ad8b125962d3d79b31a9 +https://conda.anaconda.org/conda-forge/osx-64/libzlib-1.3.1-h87427d6_1.conda#b7575b5aa92108dcc9aaab0f05f2dbce +https://conda.anaconda.org/conda-forge/osx-64/libsqlite-3.46.1-h4b8f8c9_0.conda#84de0078b58f899fc164303b0603ff0e +https://conda.anaconda.org/conda-forge/osx-64/ncurses-6.5-hf036a51_1.conda#e102bbf8a6ceeaf429deab8032fc8977 +https://conda.anaconda.org/conda-forge/osx-64/openssl-3.3.2-hd23fc13_0.conda#2ff47134c8e292868a4609519b1ea3b6 +https://conda.anaconda.org/conda-forge/osx-64/readline-8.2-h9e318b2_1.conda#f17f77f2acf4d344734bda76829ce14e +https://conda.anaconda.org/conda-forge/osx-64/tk-8.6.13-h1abcd95_1.conda#bf830ba5afc507c6232d4ef0fb1a882d +https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h8827d51_1.conda#8bfdead4e0fff0383ae4c9c50d0531bd +https://conda.anaconda.org/conda-forge/osx-64/xz-5.2.6-h775f41a_0.tar.bz2#a72f9d4ea13d55d745ff1ed594747f10 +https://conda.anaconda.org/conda-forge/osx-64/python-3.11.10-h8f8b54e_0_cpython.conda#35939f164fd23daa0d245675d7a4f8d9 +https://conda.anaconda.org/conda-forge/noarch/setuptools-74.1.2-pyhd8ed1ab_0.conda#56c9c11d004428e81d02eeb730fc6336 +https://conda.anaconda.org/conda-forge/noarch/wheel-0.44.0-pyhd8ed1ab_0.conda#d44e3b085abcaef02983c6305b84b584 +https://conda.anaconda.org/conda-forge/noarch/pip-24.2-pyh8b19718_1.conda#6c78fbb8ddfd64bcb55b5cbafd2d2c43 diff --git a/jwstdp/1.16.0/conda_python_stable-deps.txt b/jwstdp/1.16.0/conda_python_stable-deps.txt new file mode 100644 index 0000000..805b4e8 --- /dev/null +++ b/jwstdp/1.16.0/conda_python_stable-deps.txt @@ -0,0 +1,29 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +# micromamba version: 1.5.9 +@EXPLICIT +https://conda.anaconda.org/conda-forge/linux-64/_libgcc_mutex-0.1-conda_forge.tar.bz2#d7c89558ba9fa0495403155b64376d81 +https://conda.anaconda.org/conda-forge/linux-64/libgomp-14.1.0-h77fa898_0.conda#ae061a5ed5f05818acdf9adab72c146d +https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-2_gnu.tar.bz2#73aaf86a425cc6e73fcf236a5a46396d +https://conda.anaconda.org/conda-forge/linux-64/libgcc-ng-14.1.0-h77fa898_0.conda#ca0fad6a41ddaef54a153b78eccb5037 +https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-h4bc722e_7.conda#62ee74e96c5ebb0af99386de58cf9553 +https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2024.7.4-hbcca054_0.conda#23ab7665c5f63cfb9f1f6195256daac6 +https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.40-hf3520f5_7.conda#b80f2f396ca2c28b8c14c437a4ed1e74 +https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.6.2-h59595ed_0.conda#e7ba12deb7020dd080c6c70e7b6f6a3d +https://conda.anaconda.org/conda-forge/linux-64/libffi-3.4.2-h7f98852_5.tar.bz2#d645c6d2ac96843a2bfaccd2d62b3ac3 +https://conda.anaconda.org/conda-forge/linux-64/libnsl-2.0.1-hd590300_0.conda#30fd6e37fe21f86f4bd26d6ee73eeec7 +https://conda.anaconda.org/conda-forge/linux-64/libzlib-1.3.1-h4ab18f5_1.conda#57d7dc60e9325e3de37ff8dffd18e814 +https://conda.anaconda.org/conda-forge/linux-64/libsqlite-3.46.0-hde9e2c9_0.conda#18aa975d2094c34aef978060ae7da7d8 +https://conda.anaconda.org/conda-forge/linux-64/libuuid-2.38.1-h0b41bf4_0.conda#40b61aab5c7ba9ff276c41cfffe6b80b +https://conda.anaconda.org/conda-forge/linux-64/libxcrypt-4.4.36-hd590300_1.conda#5aa797f8787fe7a17d1b0821485b5adc +https://conda.anaconda.org/conda-forge/linux-64/ncurses-6.5-h59595ed_0.conda#fcea371545eda051b6deafb24889fc69 +https://conda.anaconda.org/conda-forge/linux-64/openssl-3.3.1-h4ab18f5_1.conda#b1e9d076f14e8d776213fd5047b4c3d9 +https://conda.anaconda.org/conda-forge/linux-64/readline-8.2-h8228510_1.conda#47d31b792659ce70f470b5c82fdfb7a4 +https://conda.anaconda.org/conda-forge/linux-64/tk-8.6.13-noxft_h4845f30_101.conda#d453b98d9c83e71da0741bb0ff4d76bc +https://conda.anaconda.org/conda-forge/noarch/tzdata-2024a-h0c530f3_0.conda#161081fc7cec0bfda0d86d7cb595f8d8 +https://conda.anaconda.org/conda-forge/linux-64/xz-5.2.6-h166bdaf_0.tar.bz2#2161070d867d1b1204ea749c8eec4ef0 +https://conda.anaconda.org/conda-forge/linux-64/python-3.11.9-hb806964_0_cpython.conda#ac68acfa8b558ed406c75e98d3428d7b +https://conda.anaconda.org/conda-forge/noarch/setuptools-70.3.0-pyhd8ed1ab_0.conda#693bb57e8f92120caa956898065f3627 +https://conda.anaconda.org/conda-forge/noarch/wheel-0.43.0-pyhd8ed1ab_1.conda#0b5293a157c2b5cd513dd1b03d8d3aae +https://conda.anaconda.org/conda-forge/noarch/pip-24.0-pyhd8ed1ab_0.conda#f586ac1e56c8638b64f9c8122a7b8a67 diff --git a/jwstdp/1.16.0/reqs_macos-stable-deps.txt b/jwstdp/1.16.0/reqs_macos-stable-deps.txt new file mode 100644 index 0000000..4a6ca3b --- /dev/null +++ b/jwstdp/1.16.0/reqs_macos-stable-deps.txt @@ -0,0 +1,82 @@ +asdf==3.4.0 +asdf-astropy==0.6.1 +asdf_coordinates_schemas==0.3.0 +asdf_standard==1.1.1 +asdf_transform_schemas==0.5.0 +asdf_wcs_schemas==0.4.0 +astropy==6.1.3 +astropy-iers-data==0.2024.9.16.0.32.21 +attrs==24.2.0 +BayesicFitting==3.2.1 +certifi==2024.8.30 +charset-normalizer==3.3.2 +ci_watson==0.7.0 +colorama==0.4.6 +contourpy==1.3.0 +coverage==7.6.1 +crds==11.18.4 +cycler==0.12.1 +drizzle==1.15.3 +et-xmlfile==1.1.0 +execnet==2.1.1 +filelock==3.16.1 +fonttools==4.53.1 +future==1.0.0 +gwcs==0.21.0 +idna==3.10 +imageio==2.35.1 +importlib_metadata==8.5.0 +iniconfig==2.0.0 +jmespath==1.0.1 +jplephem==2.22 +jsonschema==4.23.0 +jsonschema-specifications==2023.12.1 +-e git+https://github.com/spacetelescope/jwst@217d6601083cb2e9de0440cc099afec77e405b9b#egg=jwst +kiwisolver==1.4.7 +lazy_loader==0.4 +lxml==5.3.0 +matplotlib==3.9.2 +networkx==3.3 +numpy==1.26.4 +opencv-python-headless==4.10.0.84 +openpyxl==3.1.5 +packaging==24.1 +Parsley==1.3 +photutils==1.13.0 +pillow==10.4.0 +pluggy==1.5.0 +poppy==1.1.1 +psutil==6.0.0 +pyerfa==2.0.1.4 +pyparsing==3.1.4 +pysiaf==0.23.3 +pytest==8.3.3 +pytest-cov==5.0.0 +pytest-doctestplus==1.2.1 +pytest-sugar==1.0.0 +pytest-xdist==3.6.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.2 +readchar==4.2.0 +referencing==0.35.1 +requests==2.32.3 +requests-mock==1.12.1 +rpds-py==0.20.0 +ruff==0.6.6 +scikit-image==0.24.0 +scipy==1.14.1 +semantic-version==2.10.0 +six==1.16.0 +spherical_geometry==1.3.2 +stcal==1.9.0 +stdatamodels==2.1.0 +stpipe==0.7.0 +stsci.imagestats==1.8.3 +stsci.stimage==0.2.9 +synphot==1.4.0 +termcolor==2.4.0 +tifffile==2024.9.20 +tweakwcs==0.8.8 +urllib3==2.2.3 +wiimatch==0.3.2 +zipp==3.20.2 diff --git a/jwstdp/1.16.0/reqs_stable-deps.txt b/jwstdp/1.16.0/reqs_stable-deps.txt new file mode 100644 index 0000000..4a6ca3b --- /dev/null +++ b/jwstdp/1.16.0/reqs_stable-deps.txt @@ -0,0 +1,82 @@ +asdf==3.4.0 +asdf-astropy==0.6.1 +asdf_coordinates_schemas==0.3.0 +asdf_standard==1.1.1 +asdf_transform_schemas==0.5.0 +asdf_wcs_schemas==0.4.0 +astropy==6.1.3 +astropy-iers-data==0.2024.9.16.0.32.21 +attrs==24.2.0 +BayesicFitting==3.2.1 +certifi==2024.8.30 +charset-normalizer==3.3.2 +ci_watson==0.7.0 +colorama==0.4.6 +contourpy==1.3.0 +coverage==7.6.1 +crds==11.18.4 +cycler==0.12.1 +drizzle==1.15.3 +et-xmlfile==1.1.0 +execnet==2.1.1 +filelock==3.16.1 +fonttools==4.53.1 +future==1.0.0 +gwcs==0.21.0 +idna==3.10 +imageio==2.35.1 +importlib_metadata==8.5.0 +iniconfig==2.0.0 +jmespath==1.0.1 +jplephem==2.22 +jsonschema==4.23.0 +jsonschema-specifications==2023.12.1 +-e git+https://github.com/spacetelescope/jwst@217d6601083cb2e9de0440cc099afec77e405b9b#egg=jwst +kiwisolver==1.4.7 +lazy_loader==0.4 +lxml==5.3.0 +matplotlib==3.9.2 +networkx==3.3 +numpy==1.26.4 +opencv-python-headless==4.10.0.84 +openpyxl==3.1.5 +packaging==24.1 +Parsley==1.3 +photutils==1.13.0 +pillow==10.4.0 +pluggy==1.5.0 +poppy==1.1.1 +psutil==6.0.0 +pyerfa==2.0.1.4 +pyparsing==3.1.4 +pysiaf==0.23.3 +pytest==8.3.3 +pytest-cov==5.0.0 +pytest-doctestplus==1.2.1 +pytest-sugar==1.0.0 +pytest-xdist==3.6.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.2 +readchar==4.2.0 +referencing==0.35.1 +requests==2.32.3 +requests-mock==1.12.1 +rpds-py==0.20.0 +ruff==0.6.6 +scikit-image==0.24.0 +scipy==1.14.1 +semantic-version==2.10.0 +six==1.16.0 +spherical_geometry==1.3.2 +stcal==1.9.0 +stdatamodels==2.1.0 +stpipe==0.7.0 +stsci.imagestats==1.8.3 +stsci.stimage==0.2.9 +synphot==1.4.0 +termcolor==2.4.0 +tifffile==2024.9.20 +tweakwcs==0.8.8 +urllib3==2.2.3 +wiimatch==0.3.2 +zipp==3.20.2 |