Skip to content

Commit

Permalink
Update main branch for release (#601)
Browse files Browse the repository at this point in the history
* update software req in setup

* set reelase date

* update table

* update requirements-sdp
  • Loading branch information
nden committed Nov 14, 2022
1 parent 6a70d37 commit 7babc70
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.8.2 (unreleased)
0.9.0 (2022-11-14)
==================

- Additional changes to Roman's RTD page content [#600]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
| 0.7.1 | 22Q3_B6 | 032 | May 2022 | Release for Build 22Q3_B6 (Build 0.6) |
| 0.8.0 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) |
| 0.8.1 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) |
| 0.9.0 | 23Q1_B8 | 039 | Nov 2022 | Release for Build 23Q1_B8 (Build 8) |

Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates
(formal CONTEXT deliveries are only provided with final builds).
Expand Down
54 changes: 54 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,57 @@
#
# CRDS_CONTEXT = roman_0033.pmap
#
asdf==2.13.0
asdf-astropy==0.2.2
asdf-coordinates-schemas==0.1.0
asdf-standard==1.0.3
asdf-transform-schemas==0.3.0
asdf-wcs-schemas==0.1.1
astropy==5.1.1
attrs==22.1.0
certifi==2022.5.18.1
charset-normalizer==2.1.1
ci-watson==0.6.1
codecov==2.1.12
coverage==6.5.0
crds==11.16.16
exceptiongroup==1.0.2
filelock==3.8.0
gwcs==0.18.2
hypothesis==6.57.1
idna==3.4
iniconfig==1.1.1
jmespath==1.0.1
jsonschema==4.9.1
lxml==4.9.1
numpy==1.23.4
opencv-python==4.6.0.66
packaging==21.3
Parsley==1.3
pluggy==1.0.0
psutil==5.9.4
pyerfa==2.0.0.1
pyparsing==3.0.9
pyrsistent==0.19.2
pytest==7.2.0
pytest-arraydiff==0.5.0
pytest-astropy==0.10.0
pytest-astropy-header==0.2.2
pytest-cov==4.0.0
pytest-doctestplus==0.12.1
pytest-filter-subpackage==0.1.1
pytest-mock==3.10.0
pytest-openfiles==0.5.0
pytest-remotedata==0.3.3
PyYAML==6.0
rad==0.14.0
requests==2.28.1
roman-datamodels==0.14.0
scipy==1.9.3
semantic-version==2.10.0
sortedcontainers==2.4.0
stcal==1.2.1
stdatamodels==0.4.3
stpipe==0.4.2
tomli==2.0.1
urllib3==1.26.12
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ setup_requires =
install_requires =
asdf>=2.12.1
astropy>=5.0.4
crds>=11.13.1
crds>=11.16.16
gwcs>=0.18.1
jsonschema>=3.0.2
numpy>=1.20
pyparsing>=2.4.7
requests>=2.22
roman_datamodels>=0.13.0
#roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main
stcal>=0.7.2
roman_datamodels>=0.14.0
stcal>=1.2.1,<2.0
stpipe>=0.4.2,<1.0


Expand Down

0 comments on commit 7babc70

Please sign in to comment.