From a0b693f09eb5738465d151b1fbd934883cd52aeb Mon Sep 17 00:00:00 2001 From: Eddie Schlafly Date: Fri, 18 Oct 2024 13:52:14 -0400 Subject: [PATCH] Point rad/rdm to main better? --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",