From f1989b4f01e81fda8656a2dedbd93b018908351b Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Mon, 12 Feb 2024 13:50:02 -0500 Subject: [PATCH] Update pyproject to use roman_datamodels main --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ef1700bc1..1f08900d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,7 @@ dependencies = [ #'rad >=0.19.0', 'rad @ git+https://github.com/spacetelescope/rad.git', #'roman_datamodels >=0.19.0', - #'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git', - 'roman_datamodels @ git+https://github.com/WilliamJamieson/roman_datamodels.git@feature/move_dqflags', + 'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git', 'scipy >=1.11', #'stcal >=1.5.2', 'stcal @ git+https://github.com/spacetelescope/stcal.git@main',