Skip to content

Commit

Permalink
Fixes the dependentbot warnings in coordinator
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Dec 28, 2022
1 parent 4c631b7 commit c5cf9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion coordinator/gscoordinator/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def _RunStep(self, request_iterator, context):
run_dag_on, dag, dag_bodies = dag_manager.next_dag()
error_code = error_codes_pb2.COORDINATOR_INTERNAL_ERROR
head, bodies = None, None
# logger.info('dag: %s', dag)
try:
# run on analytical engine
if run_dag_on == GSEngine.analytical_engine:
Expand Down
5 changes: 2 additions & 3 deletions coordinator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ PyYAML~=5.4.1
vineyard>=0.11.1; sys_platform != "win32"
vineyard-io>=0.11.1; sys_platform != "win32"
prometheus-client>=0.14.1

setuptools~=51.1.2
setuptools>=65.5.1
packaging~=20.8
tqdm~=4.62.3
tqdm~=4.62.3

0 comments on commit c5cf9a6

Please sign in to comment.