pyproject.toml: bump minimum cwltool version to save time

This commit is contained in:
Michael R. Crusoe
2023-11-26 18:34:11 +00:00
committed by Nicola Soranzo
parent 9462d55823
commit f6e441396d
+1 -1
View File
@@ -50,7 +50,7 @@ Cheetah3 = "!=3.2.6.post2" # yanked release, https://github.com/python-poetry/p
cloudauthz = "==0.6.0"
cloudbridge = "*"
circus = "*"
cwltool = ">=3.1.20221109155812" # TODO: pin to a newer working version
cwltool = ">=3.1.20230624081518" # save time, minimum needed by cwl-1.0 branch
conda-package-streaming = "*"
dictobj = "*"
dnspython = "*"