From 1bdb9ed26e7c61eb510262495c9dd823bb65c038 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Wynen Date: Mon, 2 Mar 2026 09:17:49 +0100 Subject: [PATCH] Bump bound for tof Need new Source.distance in DREAM workflow. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6b91d6c..d8805a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "scipp>=25.11.0", "scippneutron>=25.02.0", "scippnexus>=23.12.0", - "tof>=25.11.1", + "tof>=25.12.0", "ncrystal[cif]>=4.1.0", "spglib!=2.7", # https://github.com/mctools/ncrystal/issues/320 ]