From a9466365cc3163d00d66176eb87c01cf537cf74e Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Wed, 9 Jan 2019 13:03:14 -0800 Subject: [PATCH] Update horovod version to 0.15.2 (#182) --- environment.yml | 2 +- python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 42262cb2..719e07eb 100644 --- a/environment.yml +++ b/environment.yml @@ -26,7 +26,7 @@ dependencies: - PyYAML=3.13 - pip: # runtime - - horovod==0.15.0 + - horovod==0.15.2 # test - prospector==0.12.11 - argh==0.26.2 diff --git a/python/requirements.txt b/python/requirements.txt index c8e41a1e..4ac61a15 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -12,5 +12,5 @@ six>=1.10.0 paramiko>=2.4.0 PyNaCl==1.2.1 # Note: This is a transitive dependency of paramiko v 1.3.0 fails cloudpickle>=0.5.2 -horovod==0.15.0 +horovod==0.15.2 wrapt==1.10.11