From df0ca7656793da070ac0c68933305245e87bdb5f Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 22 Nov 2024 13:17:00 -0500 Subject: [PATCH] switch roman_datamodels back to dev --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 132ba8d84..009457079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pyparsing >=2.4.7", "requests >=2.26", # "roman_datamodels>=0.22.0,<0.23.0", - "roman_datamodels @ git+https://github.com/braingram/roman_datamodels.git@no_assignment_validation", + "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",