Skip to content

Commit

Permalink
Pin radical.utils version, to work with pinned radical.pilot (#3431)
Browse files Browse the repository at this point in the history
On 10th May 2024, a new version of radical.utils was released, which does not
work with the pinned radical.pilot==1.52.1 used by Parsl.

I also tried upgrading radical.pilot to 1.60, released alongside the new
radical.utils, but that does not work for other reasons documented in the
below issue.

See Parsl issue #3429
  • Loading branch information
benclifford committed May 16, 2024
1 parent fff81f2 commit 1bf6c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'workqueue': ['work_queue'],
'flux': ['pyyaml', 'cffi', 'jsonschema'],
'proxystore': ['proxystore'],
'radical-pilot': ['radical.pilot==1.52.1'],
'radical-pilot': ['radical.pilot==1.52.1', 'radical.utils==1.52'],
# Disabling psi-j since github direct links are not allowed by pypi
# 'psij': ['psi-j-parsl@git+https://github.com/ExaWorks/psi-j-parsl']
}
Expand Down

0 comments on commit 1bf6c22

Please sign in to comment.