diff options
author | Automated <automated@example.com> | 2024-03-29 14:21:01 -0400 |
---|---|---|
committer | Automated <automated@example.com> | 2024-03-29 14:21:01 -0400 |
commit | 878242fb88b17326058ab5f83a82435403c6d6f7 (patch) | |
tree | 55a066e715cd0fb612aa566e59cd6cf8cb739579 /jwstdp | |
parent | ff69b74694d6de5a890ef8a2a58c7b635da88191 (diff) | |
download | astroconda-releases-878242fb88b17326058ab5f83a82435403c6d6f7.tar.gz |
JWSTDP-1.14.0
Diffstat (limited to 'jwstdp')
-rw-r--r-- | jwstdp/1.14.0/README.md | 74 | ||||
-rw-r--r-- | jwstdp/1.14.0/conda_python_macos-stable-deps.txt | 20 | ||||
-rw-r--r-- | jwstdp/1.14.0/conda_python_stable-deps.txt | 28 | ||||
-rw-r--r-- | jwstdp/1.14.0/reqs_macos-stable-deps.txt | 96 | ||||
-rw-r--r-- | jwstdp/1.14.0/reqs_stable-deps.txt | 96 |
5 files changed, 314 insertions, 0 deletions
diff --git a/jwstdp/1.14.0/README.md b/jwstdp/1.14.0/README.md new file mode 100644 index 0000000..5298f42 --- /dev/null +++ b/jwstdp/1.14.0/README.md @@ -0,0 +1,74 @@ +# 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. + +## Linux +To reproduce the environment used during JWST prerelease testing on Linux, a +three-step installation process is required. + +1) Install the target python interpreter and its dependencies using conda, then +``` +$ conda create -n jwstdp-1.14.0 --file +https://ssb.stsci.edu/releases/jwstdp/1.14.0/conda_python_stable-deps.txt +``` + +2) Activate the environment +``` +$ source activate jwstdp-1.14.0 +``` + +3) Install the pipeline software packages on top using `pip`: +``` +$ pip install -r https://ssb.stsci.edu/releases/jwstdp/1.14.0/reqs_stable-deps.txt +``` + +## Macos +To reproduce the environment used during JWST prerelease testing on Linux, a +three-step installation process is required. + +1) Install the target python interpreter and its dependencies using conda, then +``` +$ conda create -n jwstdp-1.14.0 --file +https://ssb.stsci.edu/releases/jwstdp/1.14.0/conda_python_macos-stable-deps.txt +``` + +2) Activate the environment +``` +$ source activate jwstdp-1.14.0 +``` + +3) Install the pipeline software packages on top using `pip`: +``` +$ pip install -r https://ssb.stsci.edu/releases/jwstdp/1.14.0/reqs_macos-stable-deps.txt +``` + +# 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.14.0/conda_python_macos-stable-deps.txt b/jwstdp/1.14.0/conda_python_macos-stable-deps.txt new file mode 100644 index 0000000..5d71782 --- /dev/null +++ b/jwstdp/1.14.0/conda_python_macos-stable-deps.txt @@ -0,0 +1,20 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: osx-64 +# conda version: 22.11.1 +@EXPLICIT +https://repo.anaconda.com/pkgs/main/osx-64/bzip2-1.0.8-h6c40b1e_5.conda +https://repo.anaconda.com/pkgs/main/osx-64/ca-certificates-2024.3.11-hecd8cb5_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/libffi-3.4.4-hecd8cb5_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/ncurses-6.4-hcec6c5f_0.conda +https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/xz-5.4.6-h6c40b1e_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/zlib-1.2.13-h4dc903c_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/openssl-3.0.13-hca72f7f_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/readline-8.2-hca72f7f_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/tk-8.6.12-h5d9f67b_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/sqlite-3.41.2-h6c40b1e_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/python-3.11.8-hf27a42d_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/setuptools-68.2.2-py311hecd8cb5_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/wheel-0.41.2-py311hecd8cb5_0.conda +https://repo.anaconda.com/pkgs/main/osx-64/pip-23.3.1-py311hecd8cb5_0.conda diff --git a/jwstdp/1.14.0/conda_python_stable-deps.txt b/jwstdp/1.14.0/conda_python_stable-deps.txt new file mode 100644 index 0000000..b1d36bf --- /dev/null +++ b/jwstdp/1.14.0/conda_python_stable-deps.txt @@ -0,0 +1,28 @@ +# This file may be used to create an environment using: +# $ conda create --name <env> --file <this file> +# platform: linux-64 +# conda version: 22.11.1 +@EXPLICIT +https://repo.anaconda.com/pkgs/main/linux-64/_libgcc_mutex-0.1-main.conda +https://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2024.3.11-h06a4308_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/ld_impl_linux-64-2.38-h1181459_1.conda +https://repo.anaconda.com/pkgs/main/linux-64/libstdcxx-ng-11.2.0-h1234567_1.conda +https://repo.anaconda.com/pkgs/main/noarch/tzdata-2024a-h04d1e81_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/libgomp-11.2.0-h1234567_1.conda +https://repo.anaconda.com/pkgs/main/linux-64/_openmp_mutex-5.1-1_gnu.conda +https://repo.anaconda.com/pkgs/main/linux-64/libgcc-ng-11.2.0-h1234567_1.conda +https://repo.anaconda.com/pkgs/main/linux-64/bzip2-1.0.8-h5eee18b_5.conda +https://repo.anaconda.com/pkgs/main/linux-64/expat-2.5.0-h6a678d5_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/libffi-3.4.4-h6a678d5_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/libuuid-1.41.5-h5eee18b_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/ncurses-6.4-h6a678d5_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/openssl-3.0.13-h7f8727e_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/xz-5.4.6-h5eee18b_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/zlib-1.2.13-h5eee18b_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/readline-8.2-h5eee18b_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/tk-8.6.12-h1ccaba5_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/sqlite-3.41.2-h5eee18b_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/python-3.12.2-h996f2a0_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/setuptools-68.2.2-py312h06a4308_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/wheel-0.41.2-py312h06a4308_0.conda +https://repo.anaconda.com/pkgs/main/linux-64/pip-23.3.1-py312h06a4308_0.conda diff --git a/jwstdp/1.14.0/reqs_macos-stable-deps.txt b/jwstdp/1.14.0/reqs_macos-stable-deps.txt new file mode 100644 index 0000000..3136a30 --- /dev/null +++ b/jwstdp/1.14.0/reqs_macos-stable-deps.txt @@ -0,0 +1,96 @@ +alabaster==0.7.16 +asdf==3.1.0 +asdf-astropy==0.6.0 +asdf_coordinates_schemas==0.3.0 +asdf_standard==1.1.1 +asdf_transform_schemas==0.5.0 +asdf_unit_schemas==0.2.0 +asdf_wcs_schemas==0.4.0 +astropy==6.0.1 +astropy-iers-data==0.2024.3.25.0.29.50 +attrs==23.2.0 +Babel==2.14.0 +BayesicFitting==3.2.1 +certifi==2024.2.2 +charset-normalizer==3.3.2 +ci-watson==0.6.2 +colorama==0.4.6 +contourpy==1.2.0 +coverage==7.4.4 +crds==11.17.19 +cycler==0.12.1 +docutils==0.20.1 +drizzle==1.15.1 +et-xmlfile==1.1.0 +filelock==3.13.3 +fonttools==4.50.0 +future==1.0.0 +gwcs==0.21.0 +idna==3.6 +imageio==2.34.0 +imagesize==1.4.1 +importlib_metadata==7.1.0 +iniconfig==2.0.0 +Jinja2==3.1.3 +jmespath==1.0.1 +jplephem==2.21 +jsonschema==4.21.1 +jsonschema-specifications==2023.12.1 +kiwisolver==1.4.5 +lazy_loader==0.3 +lxml==5.1.1 +MarkupSafe==2.1.5 +matplotlib==3.8.3 +networkx==3.2.1 +numpy==1.26.4 +numpydoc==1.7.0 +opencv-python-headless==4.9.0.80 +openpyxl==3.1.2 +packaging==24.0 +Parsley==1.3 +photutils==1.11.0 +pillow==10.2.0 +pluggy==1.4.0 +poppy==1.1.1 +psutil==5.9.8 +pyerfa==2.0.1.1 +Pygments==2.17.2 +pyparsing==3.1.2 +pysiaf==0.22.0 +pytest==8.1.1 +pytest-cov==5.0.0 +pytest-doctestplus==1.2.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.1 +readchar==4.0.6 +referencing==0.34.0 +requests==2.31.0 +requests-mock==1.12.1 +rpds-py==0.18.0 +ruff==0.3.4 +scikit-image==0.22.0 +scipy==1.12.0 +semantic-version==2.10.0 +six==1.16.0 +snowballstemmer==2.2.0 +spherical-geometry==1.3.1 +Sphinx==7.2.6 +sphinxcontrib-applehelp==1.0.8 +sphinxcontrib-devhelp==1.0.6 +sphinxcontrib-htmlhelp==2.0.5 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.7 +sphinxcontrib-serializinghtml==1.1.10 +stcal==1.7.0 +stdatamodels==1.10.1 +stpipe==0.5.2 +stsci.image==2.3.5 +stsci.imagestats==1.6.3 +stsci.stimage==0.2.6 +synphot==1.3.post0 +tabulate==0.9.0 +tifffile==2024.2.12 +tweakwcs==0.8.6 +urllib3==2.2.1 +wiimatch==0.3.2 +zipp==3.18.1 diff --git a/jwstdp/1.14.0/reqs_stable-deps.txt b/jwstdp/1.14.0/reqs_stable-deps.txt new file mode 100644 index 0000000..3136a30 --- /dev/null +++ b/jwstdp/1.14.0/reqs_stable-deps.txt @@ -0,0 +1,96 @@ +alabaster==0.7.16 +asdf==3.1.0 +asdf-astropy==0.6.0 +asdf_coordinates_schemas==0.3.0 +asdf_standard==1.1.1 +asdf_transform_schemas==0.5.0 +asdf_unit_schemas==0.2.0 +asdf_wcs_schemas==0.4.0 +astropy==6.0.1 +astropy-iers-data==0.2024.3.25.0.29.50 +attrs==23.2.0 +Babel==2.14.0 +BayesicFitting==3.2.1 +certifi==2024.2.2 +charset-normalizer==3.3.2 +ci-watson==0.6.2 +colorama==0.4.6 +contourpy==1.2.0 +coverage==7.4.4 +crds==11.17.19 +cycler==0.12.1 +docutils==0.20.1 +drizzle==1.15.1 +et-xmlfile==1.1.0 +filelock==3.13.3 +fonttools==4.50.0 +future==1.0.0 +gwcs==0.21.0 +idna==3.6 +imageio==2.34.0 +imagesize==1.4.1 +importlib_metadata==7.1.0 +iniconfig==2.0.0 +Jinja2==3.1.3 +jmespath==1.0.1 +jplephem==2.21 +jsonschema==4.21.1 +jsonschema-specifications==2023.12.1 +kiwisolver==1.4.5 +lazy_loader==0.3 +lxml==5.1.1 +MarkupSafe==2.1.5 +matplotlib==3.8.3 +networkx==3.2.1 +numpy==1.26.4 +numpydoc==1.7.0 +opencv-python-headless==4.9.0.80 +openpyxl==3.1.2 +packaging==24.0 +Parsley==1.3 +photutils==1.11.0 +pillow==10.2.0 +pluggy==1.4.0 +poppy==1.1.1 +psutil==5.9.8 +pyerfa==2.0.1.1 +Pygments==2.17.2 +pyparsing==3.1.2 +pysiaf==0.22.0 +pytest==8.1.1 +pytest-cov==5.0.0 +pytest-doctestplus==1.2.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.1 +readchar==4.0.6 +referencing==0.34.0 +requests==2.31.0 +requests-mock==1.12.1 +rpds-py==0.18.0 +ruff==0.3.4 +scikit-image==0.22.0 +scipy==1.12.0 +semantic-version==2.10.0 +six==1.16.0 +snowballstemmer==2.2.0 +spherical-geometry==1.3.1 +Sphinx==7.2.6 +sphinxcontrib-applehelp==1.0.8 +sphinxcontrib-devhelp==1.0.6 +sphinxcontrib-htmlhelp==2.0.5 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.7 +sphinxcontrib-serializinghtml==1.1.10 +stcal==1.7.0 +stdatamodels==1.10.1 +stpipe==0.5.2 +stsci.image==2.3.5 +stsci.imagestats==1.6.3 +stsci.stimage==0.2.6 +synphot==1.3.post0 +tabulate==0.9.0 +tifffile==2024.2.12 +tweakwcs==0.8.6 +urllib3==2.2.1 +wiimatch==0.3.2 +zipp==3.18.1 |