From ca776561a902e0c5ac983df90f558dd01a9c083d Mon Sep 17 00:00:00 2001 From: Ross Whitfield Date: Mon, 22 May 2023 07:20:46 -0400 Subject: [PATCH] Update dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 455b15a4..a677ca8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ description = "Spectroscopy Histogram Visualizer for Event Reduction" dynamic = ["version"] requires-python = ">=3.8" dependencies = [ - "mantidworkbench" + "mantidworkbench >= 6.6.20230517", + "pyoncat == 1.4.1" ] [build-system]