diff --git a/pyproject.toml b/pyproject.toml index ab8b3d3..2bf6fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,8 @@ dependencies = [ "galsim >=2.5.1", # "rad >=0.19.2", # "roman_datamodels >=0.19.1", - "rad @ git+https://github.com/PaulHuwe/rad.git@RAD-184_IMMandL1L2Updates", - "roman_datamodels @ git+https://github.com/PaulHuwe/roman_datamodels.git@RCAL-934_L1L2Update", + "rad @ git+https://github.com/spacetelescope/rad.git", + "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "gwcs >=0.19.0", "jsonschema >=4.8", "numpy >=1.22",