From 33f00c5b62a8e89095529c7eda9c3afa1a952002 Mon Sep 17 00:00:00 2001 From: Jake Fennick Date: Fri, 8 Dec 2023 11:51:09 -1000 Subject: [PATCH] remove galaxy-tool-util from build dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c427a7f7..34876d20d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ requires = [ "ruamel.yaml>=0.16.0,<0.18", "schema-salad>=8.4.20230426093816,<9", "cwl-utils>=0.32", - "galaxy-tool-util>=22.1.2,<23.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5", "toml", "argcomplete>=1.12.0", ]