diff --git a/setup.py b/setup.py index e35f1b1591..6c04e4fab2 100755 --- a/setup.py +++ b/setup.py @@ -34,8 +34,8 @@ 'workqueue': ['work_queue'], 'flux': ['pyyaml', 'cffi', 'jsonschema'], 'proxystore': ['proxystore'], - 'radical-pilot': ['radical.pilot'], - # Disabling psi-j since github direct links are not allowed by pypi + 'radical-pilot': ['radical.pilot', 'psij-python==0.9.3'], + # Disabling psi-j-parsl since github direct links are not allowed by pypi # 'psij': ['psi-j-parsl@git+https://github.com/ExaWorks/psi-j-parsl'] } extras_require['all'] = sum(extras_require.values(), [])