Skip to content

Commit

Permalink
Add requirements files for conda, pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmwv committed Jun 17, 2024
1 parent dd5c329 commit 118f02b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions requirements_conda.txt
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions requirements_pip.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 118f02b

Please sign in to comment.