Skip to content

Commit 3b74fba

Browse files
authored
Require gwcs >= 0.22.1 (#219)
* Require gwcs >= 0.22.1 * Update min astropy version to match min gwcs version.
1 parent e8d2cb5 commit 3b74fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ classifiers = [
1717
]
1818
dependencies = [
1919
"asdf >=3.3.0",
20-
"astropy >=5.3",
20+
"astropy >=6.0",
2121
"crds >=11.16.21",
2222
"defusedxml >=0.5.0",
2323
"galsim >=2.5.1",
2424
"rad >=0.23.0",
2525
"roman_datamodels >=0.23.0",
26-
"gwcs >=0.20.0, <0.24.0",
26+
"gwcs >=0.22.1, <0.24.0",
2727
"jsonschema >=4.8",
2828
"numpy >=1.24",
2929
"stpsf >=2.0.0",

0 commit comments

Comments
 (0)