diff --git a/pyproject.toml b/pyproject.toml index 4d07eadf..6d6594f0 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/spacetelescope/rad.git@main", - "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main", + "rad @ git+https://github.com/spacetelescope/rad.git", + "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "gwcs >=0.18.1", "jsonschema >=4.8", "numpy >=1.22",