From 72c83a18fec7610aff67981dfa67c6c9c66c43fa Mon Sep 17 00:00:00 2001 From: Maria Patrou Date: Thu, 31 Aug 2023 10:38:56 -0400 Subject: [PATCH] explicit oncat subversion removed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6a8f37a..9972a5e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description = "Spectroscopy Histogram Visualizer for Event Reduction" dynamic = ["version"] dependencies = [ "mantidworkbench >= 6.6.20230517", - "pyoncat ~= 1.6.1" + "pyoncat ~= 1.6" ] license = { text = "GPL3.0" }