Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AK2000 committed Apr 10, 2024
1 parent e83772b commit 359319f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compute_endpoint/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
REQUIRES = [
"requests>=2.20.0,<3",
"globus-sdk", # version will be bounded by `globus-compute-sdk`
"globus-compute-sdk==2.2.4",
"globus-compute-sdk @ git+https://github.com/AK2000/funcX@power_monitoring_new#subdirectory=compute_sdk",
"globus-compute-common==0.2.0",
# table printing used in list-endpoints
"texttable>=1.6.4,<2",
Expand All @@ -33,7 +33,7 @@
# 'parsl' is a core requirement of the globus-compute-endpoint, essential to a range
# of different features and functions
# pin exact versions because it does not use semver
"parsl[monitoring] @ git+https://github.com/AK2000/parsl@power-monitoring",
"parsl[monitoring] @ git+https://github.com/AK2000/parsl@monitoring_kafka_v1",
"pika>=1.2.0",
"setproctitle>=1.3.2,<1.4",
"pyyaml>=6.0,<7.0",
Expand Down

0 comments on commit 359319f

Please sign in to comment.