Skip to content

Commit

Permalink
Add psij-python dependency for radical to avoid radical.saga layer
Browse files Browse the repository at this point in the history
See radical-cybertools/radical.saga#885
which repeatedly recommends avoiding the radical SAGA layer, and
the corresponding Parsl issue #3029

This PR updates the comment for psi-j-parsl in setup.py to reflect
the different between psi-j-parsl and psij-python.
  • Loading branch information
benclifford committed Feb 16, 2024
1 parent a21635e commit edfd051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(), [])
Expand Down

0 comments on commit edfd051

Please sign in to comment.