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" }