-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Requirements edits. * Small changes to notebooks to trigger CI. * Refactor command execution --------- Co-authored-by: Hatice Karatay <[email protected]>
- Loading branch information
1 parent
9fa2fd8
commit 584e38b
Showing
8 changed files
with
26 additions
and
41 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,8 +1,8 @@ | ||
acstools==3.5.0 | ||
astropy==5.3.3 | ||
astroquery==0.4.6 | ||
matplotlib==3.7.0 | ||
numpy==1.23.4 | ||
photutils==1.6.0 | ||
crds==11.17.7 | ||
stsci.tools==4.1.0 | ||
acstools>=3.7.2 | ||
astropy>=5.3.3 | ||
astroquery>=0.4.6 | ||
matplotlib>=3.7.0 | ||
numpy>=1.23.4 | ||
photutils>=1.6.0 | ||
crds>=11.17.7 | ||
stsci.tools>=4.1.0 |
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,7 +1,7 @@ | ||
acstools>=3.7.0 | ||
acstools>=3.7.2 | ||
astropy>=5.3.4 | ||
astroquery>=0.4.6 | ||
matplotlib>=3.8.1 | ||
numpy>=1.26.2 | ||
scikit-image>=0.22.0 | ||
photutils==1.12.0 # The drizzlepac needs deprecated methods such as DAOGroup. | ||
photutils>=1.12.0 |
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
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,4 +1,4 @@ | ||
acstools>=3.5.0 | ||
acstools>=3.7.2 | ||
astropy>=5.3.3 | ||
astroquery>=0.4.6 | ||
stwcs>=1.7.2 | ||
|