Skip to content

Commit a946636

Browse files
authored
Update horovod version to 0.15.2 (#182)
1 parent 470840a commit a946636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- PyYAML=3.13
2727
- pip:
2828
# runtime
29-
- horovod==0.15.0
29+
- horovod==0.15.2
3030
# test
3131
- prospector==0.12.11
3232
- argh==0.26.2

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ six>=1.10.0
1212
paramiko>=2.4.0
1313
PyNaCl==1.2.1 # Note: This is a transitive dependency of paramiko v 1.3.0 fails
1414
cloudpickle>=0.5.2
15-
horovod==0.15.0
15+
horovod==0.15.2
1616
wrapt==1.10.11

0 commit comments

Comments
 (0)