diff --git a/requirements_conda.txt b/requirements_conda.txt new file mode 100644 index 0000000..05e66c3 --- /dev/null +++ b/requirements_conda.txt @@ -0,0 +1,16 @@ +# This file may be used to create an environment using: +# $ conda create --name astrophot -c conda-forge --file requirements_conda.txt +# platform: linux-64 +astropy +cudatoolkit +h5py +ipykernel +jupyter +matplotlib +numpy +pandas +pyyaml +pyarrow +scipy +requests +tqdm diff --git a/requirements_pip.txt b/requirements_pip.txt new file mode 100644 index 0000000..1cc11ab --- /dev/null +++ b/requirements_pip.txt @@ -0,0 +1,9 @@ +# These packages are not available through conda +# and will need to be pip installed. +# Also need to manually download and install the webbpsf data files +# https://webbpsf.readthedocs.io/en/latest/installation.html#installing-the-required-data-files +# +astrophot +pyro-ppl +torch +webbpsf