From 0ff3bfcc1238f731f456ffd16bd38020e6ecebfd Mon Sep 17 00:00:00 2001 From: "Thomson, Alec (CASS, Kensington)" Date: Thu, 14 Dec 2023 18:42:06 +1100 Subject: [PATCH] Use real RM-Tools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fe2199b..45da152a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ bokeh = "<3" prefect = "^2" prefect-dask = "*" RMTable = { git = "https://github.com/CIRADA-Tools/RMTable" } -rm-tools = {git = "https://github.com/AlecThomson/RM-Tools.git", branch="spiceracs_dev"} +rm-tools = {git = "https://github.com/CIRADA-Tools/RM-Tools"} PolSpectra = { git = "https://github.com/AlecThomson/PolSpectra.git", branch="spiceracs"} setuptools = "*" fixms = "^0.1.2"