-
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.
Merge pull request #582 from desihub/remove-desitest
Remove DesiTest
- Loading branch information
Showing
4 changed files
with
58 additions
and
67 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
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,10 +1,19 @@ | ||
# numpy<1.20 | ||
pytz | ||
requests | ||
astropy==5.0 | ||
numba | ||
# 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 | ||
|
@@ -14,6 +23,6 @@ git+https://github.com/desihub/[email protected]#egg=desimodel | |
git+https://github.com/desihub/[email protected]#egg=desispec | ||
# git+https://github.com/desihub/[email protected]#egg=desitarget | ||
git+https://github.com/desihub/desitarget.git@main#egg=desitarget | ||
git+https://github.com/desihub/specsim.git@main#egg=specsim | ||
# git+https://github.com/desihub/specsim.git@main#egg=specsim | ||
# simqso install script requires numpy, so install separately. | ||
# git+https://github.com/imcgreer/[email protected]#egg=simqso |
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