From 33e8cb918a276f1c62cbd82d5a4e7582cfd3efa8 Mon Sep 17 00:00:00 2001 From: Jonathan Eisenhamer Date: Fri, 15 Nov 2024 16:45:27 -0500 Subject: [PATCH] point to dev version of roman_datamodels --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fabf6978f..06d0d538c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,8 @@ dependencies = [ "photutils >=1.13.0", "pyparsing >=2.4.7", "requests >=2.26", - "roman_datamodels>=0.22.0,<0.23.0", + "roman_datamodels @ git+https://github.com/stscieisenhamer/roman_datamodels.git@rcal-853-velocity", + # "roman_datamodels>=0.22.0,<0.23.0", # "roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git", "scipy >=1.11", "stcal>=1.10.0,<1.11.0",