Skip to content

Commit a5b02a4

Browse files
committed
Bump min version of packaging and scikit-image to prevent warnings
1 parent c687cc1 commit a5b02a4

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
@@ -27,15 +27,15 @@ dependencies = [
2727
"photutils>=3.0",
2828
"pyyaml>=6",
2929
"requests>=2.31",
30-
"scikit-image>=0.21.0",
30+
"scikit-image>=0.23.0",
3131
"scipy>=1.14.1",
3232
# "stdatamodels>=5.0.1,<6",
3333
"stdatamodels @ git+https://github.com/spacetelescope/stdatamodels.git@main",
3434
"stcal>=1.18,<2",
3535
"stpipe>=0.12,<2",
3636
"synphot>=1.3",
3737
"tweakwcs>=0.8.8",
38-
"packaging>=21.0",
38+
"packaging>=23.0",
3939
"importlib-metadata>=4.11.4",
4040
"jsonschema>=4.8",
4141
]

0 commit comments

Comments
 (0)