Skip to content

Commit

Permalink
switch stcal requirement to dev (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Nov 25, 2024
2 parents 825ed17 + a585f74 commit bee71ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,20 @@ dependencies = [
# "roman_datamodels>=0.22.0,<0.23.0",
"roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git",
"scipy >=1.11",
"stcal>=1.10.0,<1.11.0",
# "stcal @ git+https://github.com/spacetelescope/stcal.git@main",
# "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",
"tweakwcs >=0.8.8",
"spherical-geometry >= 1.2.22",
"stsci.imagestats >= 1.6.3",
"drizzle >= 1.15.0",
"webbpsf >= 1.2.1",
# pysiaf required by webbpsf uses pkg_resources which doesn't
# exist in python 3.12 without setuptools.
# TODO: drop this dependency when webbpsf is dropped
# (or when pysiaf no longer requires pkg_resources).
"setuptools >= 60 ; python_version >= '3.12'",
]
dynamic = [
"version",
Expand Down

0 comments on commit bee71ba

Please sign in to comment.