From 871a69adda8e7a435acdc6b8541cd176a822c451 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Mon, 25 Mar 2024 10:20:29 -0500 Subject: [PATCH] Pin radical-pilot to version 1.47 (#3290) A recently released version, 1.48, doesn't work with this executor, so this PR aggressively constrains the version to what was passing in Parsl GitHub Actions over the last few weeks. For further contex, see https://github.com/radical-cybertools/radical.saga/issues/885#issuecomment-2017520999 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e35f1b1591..62a3ba842e 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'workqueue': ['work_queue'], 'flux': ['pyyaml', 'cffi', 'jsonschema'], 'proxystore': ['proxystore'], - 'radical-pilot': ['radical.pilot'], + 'radical-pilot': ['radical.pilot==1.47'], # Disabling psi-j since github direct links are not allowed by pypi # 'psij': ['psi-j-parsl@git+https://github.com/ExaWorks/psi-j-parsl'] }