[arvados] updated: 2.7.2-13-gde6342dbb0
git repository hosting
git at public.arvados.org
Thu May 23 22:54:50 UTC 2024
Summary of changes:
sdk/cwl/setup.py | 3 +++
1 file changed, 3 insertions(+)
via de6342dbb0832783f7279fa1cbc78e65e80f1db4 (commit)
from a9b1e8d73d23907c5945c848e5ea46e04d80a71e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit de6342dbb0832783f7279fa1cbc78e65e80f1db4
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu May 23 18:54:17 2024 -0400
Pin pydot version to fix version conflict with pyparsing
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index e513ae904c..0259e98aea 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -50,6 +50,9 @@ setup(name='arvados-cwl-runner',
# lxml 5.2 dropped support for Python 3.7
'lxml<5.2; python_version<"3.8"',
+
+ # pydot 2.0 requires pyparsing>=3 which creates a conflict
+ 'pydot<2',
],
data_files=[
('share/doc/arvados-cwl-runner', ['LICENSE-2.0.txt', 'README.rst']),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list