-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b4d992
commit ce7d3eb
Showing
2 changed files
with
11 additions
and
5 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
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 |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# numpy<1.20 | ||
pytz | ||
requests | ||
# Ensure scipy dependency does not bring in a recent version of numpy. | ||
scipy<1.9 | ||
# The version of astropy will be reset by GitHub Actions tests. | ||
astropy | ||
# Ensure compatibility with numpy <1.23. | ||
numba<0.60 | ||
# Ensure compatibility with numpy <1.23. | ||
matplotlib<3.9 | ||
healpy | ||
# It is becoming difficult to install speclite and specsim directly from | ||
# git+https, so installing from PyPI is definitely preferred here. | ||
speclite | ||
specsim | ||
# The version of fitsio will be reset by GitHub Actions tests. | ||
fitsio | ||
# Install desiutil separately since it is needed for the other installs. | ||
# git+https://github.com/desihub/[email protected]#egg=desiutil | ||
|