From 7babc70743f2ba58235a54c5ce494c0399fce92a Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Mon, 14 Nov 2022 12:55:01 -0500 Subject: [PATCH] Update main branch for release (#601) * update software req in setup * set reelase date * update table * update requirements-sdp --- CHANGES.rst | 2 +- README.md | 1 + requirements-sdp.txt | 54 ++++++++++++++++++++++++++++++++++++++++++++ setup.cfg | 7 +++--- 4 files changed, 59 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bbadc92a4..9f9c25bef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -0.8.2 (unreleased) +0.9.0 (2022-11-14) ================== - Additional changes to Roman's RTD page content [#600] diff --git a/README.md b/README.md index 47106ac46..7ae979d09 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/requirements-sdp.txt b/requirements-sdp.txt index 313512c7f..5885e5ca2 100644 --- a/requirements-sdp.txt +++ b/requirements-sdp.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 4e81fa057..526ba2acf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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