Skip to content

Commit

Permalink
Update version pins to require globus_compute_sdk>=2.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Jan 15, 2025
1 parent 2065f05 commit b6510ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'flux': ['pyyaml', 'cffi', 'jsonschema'],
'proxystore': ['proxystore'],
'radical-pilot': ['radical.pilot==1.90', 'radical.utils==1.90'],
'globus_compute': ['globus_compute_sdk>=2.27.1'],
'globus_compute': ['globus_compute_sdk>=2.34.0'],
# 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
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ types-mock
types-python-dateutil
types-requests
mpi4py
globus-compute-sdk>=2.27.1
globus-compute-sdk>=2.34.0

# sqlalchemy is needed for typechecking, so it's here
# as well as at runtime for optional monitoring execution
Expand Down

0 comments on commit b6510ee

Please sign in to comment.