-
Notifications
You must be signed in to change notification settings - Fork 17
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 #180 from gmzsebastian/main
STIPS 2.2.1 Pull Request (v2)
- Loading branch information
Showing
7 changed files
with
19 additions
and
13 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
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,7 +1,7 @@ | ||
[metadata] | ||
name = stips | ||
# version should be PEP440 compatible (https://www.python.org/dev/peps/pep-0440/) | ||
version = 2.2.0 | ||
version = 2.2.1 | ||
author = Space Telescope Science Institute | ||
author_email = [email protected] | ||
description = STIPS is the Space Telescope Imaging Product Simulator. | ||
|
@@ -21,9 +21,9 @@ install_requires = | |
numpy | ||
scipy | ||
photutils | ||
synphot==1.1.1 | ||
stsynphot==1.1.0 | ||
webbpsf==1.1.1 | ||
synphot>=1.1.1 | ||
stsynphot>=1.1.0 | ||
webbpsf>=1.1.1 | ||
pandeia.engine==3.1 | ||
montage-wrapper | ||
pyyaml | ||
|
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