-
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.
Update wfc3 notebook dependencies (#299)
* Update WFC3 requirements * Update requirements.txt * Replace ginga zscale with astropy visualization zscale * Install hst-cal via conda-forge * Remove the numpy pinning on the uvis_pam nb * Revert hstcal to old version to demo specific API * Pin photutils
- Loading branch information
1 parent
b48b3d8
commit c54f2ef
Showing
27 changed files
with
219 additions
and
199 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,9 +1,10 @@ | ||
astropy==5.3.3 | ||
astroquery==0.4.6 | ||
ccdproc==2.4.0 | ||
crds==11.17.9 | ||
drizzlepac==3.5.1 | ||
matplotlib==3.7.0 | ||
numpy==1.23.4 | ||
stwcs==1.7.2 | ||
wfc3tools==1.4.0 | ||
photutils==1.12.0 # The notebook uses deprecated methods such as DAOGroup. | ||
astropy>=5.3.3 | ||
astroquery>=0.4.6 | ||
ccdproc>=2.4.0 | ||
crds>=11.17.9 | ||
drizzlepac>=3.5.1 | ||
matplotlib>=3.7.0 | ||
numpy>=1.23.4 | ||
stwcs>=1.7.2 | ||
wfc3tools>=1.4.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 |
---|---|---|
|
@@ -4,6 +4,6 @@ crds | |
jupyter | ||
matplotlib | ||
numpy | ||
photutils | ||
photutils==1.12.0 | ||
scipy | ||
wfc3tools |
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,6 +1,6 @@ | ||
astropy | ||
matplotlib==3.8.3 | ||
numpy==1.26.4 | ||
pandas==2.2.1 | ||
stsynphot==1.2.0 | ||
synphot==1.1.1 | ||
matplotlib>=3.8.3 | ||
numpy>=1.26.4 | ||
pandas>=2.2.1 | ||
stsynphot>=1.2.0 | ||
synphot>=1.1.1 |
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,5 +1,5 @@ | ||
astropy | ||
matplotlib==3.8.3 | ||
numpy==1.26.4 | ||
stsynphot==1.2.0 | ||
synphot==1.1.1 | ||
matplotlib>=3.8.3 | ||
numpy>=1.26.4 | ||
stsynphot>=1.2.0 | ||
synphot>=1.1.1 |
Oops, something went wrong.