We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fdd09 commit 14597d5Copy full SHA for 14597d5
1 file changed
pyproject.toml
@@ -21,11 +21,11 @@ dependencies = [
21
"numpy >=1.25",
22
"photutils >=2.1.0",
23
"requests >=2.26",
24
- # "roman_datamodels>=0.26.0,<0.27.0",
25
- "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git",
+ "roman_datamodels>=0.26.0,<0.27.0",
+ # "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git",
26
"scipy >=1.14.1",
27
- # "stcal>=1.15.0,<1.16.0",
28
- "stcal @ git+https://github.com/spacetelescope/stcal.git@main",
+ "stcal>=1.15.0,<1.16.0",
+ # "stcal @ git+https://github.com/spacetelescope/stcal.git@main",
29
"stpipe >=0.10.0,<0.11.0",
30
"tweakwcs >=0.8.11",
31
"spherical-geometry >= 1.3.3",
0 commit comments