From e6128db3e35f4af4f1f6aa71798e3e5a86ea7714 Mon Sep 17 00:00:00 2001 From: Ben Clifford Date: Fri, 16 Feb 2024 09:31:44 +0000 Subject: [PATCH] Add psij-python dependency for radical to avoid radical.saga layer See https://github.com/radical-cybertools/radical.saga/issues/885 which repeatedly recommends avoiding the radical SAGA layer, and the corresponding Parsl issue #3029 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e35f1b1591..357d226c7b 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, psij-python==0.9.3'], # Disabling psi-j since github direct links are not allowed by pypi # 'psij': ['psi-j-parsl@git+https://github.com/ExaWorks/psi-j-parsl'] }