Skip to content

Commit 14597d5

Browse files
pin dependencies to PyPI versions
1 parent 50fdd09 commit 14597d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ dependencies = [
2121
"numpy >=1.25",
2222
"photutils >=2.1.0",
2323
"requests >=2.26",
24-
# "roman_datamodels>=0.26.0,<0.27.0",
25-
"roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git",
24+
"roman_datamodels>=0.26.0,<0.27.0",
25+
# "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git",
2626
"scipy >=1.14.1",
27-
# "stcal>=1.15.0,<1.16.0",
28-
"stcal @ git+https://github.com/spacetelescope/stcal.git@main",
27+
"stcal>=1.15.0,<1.16.0",
28+
# "stcal @ git+https://github.com/spacetelescope/stcal.git@main",
2929
"stpipe >=0.10.0,<0.11.0",
3030
"tweakwcs >=0.8.11",
3131
"spherical-geometry >= 1.3.3",

0 commit comments

Comments
 (0)