diff --git a/pyproject.toml b/pyproject.toml index 7737edf63..47293bb42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,10 +26,8 @@ dependencies = [ # "roman_datamodels>=0.22.0,<0.23.0", "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "scipy >=1.14.1", - # "stcal>=1.10.0,<1.11.0", - "stcal @ git+https://github.com/spacetelescope/stcal.git@main", - # "stpipe >=0.7.0,<0.8.0", - "stpipe @ git+https://github.com/spacetelescope/stpipe.git@main", + "stcal>=1.11.0,<1.12.0", + "stpipe >=0.8.0,<0.9.0", "tweakwcs >=0.8.8", "spherical-geometry >= 1.2.22", "stsci.imagestats >= 1.6.3",