From 8a795bf668174147e9f254fa3af9b0be4a14a973 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Wed, 24 Apr 2024 16:15:12 -0400 Subject: [PATCH] 21721: Remove sdk/cwl version pins Both of these were set to work around limitations in the old pip resolver. We have since standardized on the new one in our build process, so they are no longer needed. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- sdk/cwl/setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 7780174fc2..829dbf0544 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -33,8 +33,6 @@ setup(name='arvados-cwl-runner', 'cwltool==3.1.20230601100705', 'schema-salad==8.4.20230601112322', 'ciso8601 >= 2.0.0', - 'networkx < 2.6', - 'importlib-metadata<5', 'setuptools>=40.3.0', ], data_files=[ -- 2.39.5