From 2105f0e693227169d69c42011a0122a4268e4297 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Mon, 25 Mar 2024 14:55:29 +0000 Subject: [PATCH] Pin radical-pilot to version 1.47 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'] }