-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add requirements files for conda, pip.
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |