Skip to content

Commit 3522666

Browse files
authored
[ML-7565] Update libraries for MLR 5.5 (#150) (#200)
Update the following libraries for MLR5.5: Tensorflow=1.13.1 horovod=1.16.4 cloudpickle=0.8.0
1 parent 572edd8 commit 3522666

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sparkComponents ++= Seq("mllib-local", "mllib", "sql")
4040

4141
// add any Spark Package dependencies using spDependencies.
4242
// e.g. spDependencies += "databricks/spark-avro:0.1"
43-
spDependencies += s"databricks/tensorframes:0.6.0-s_$scalaMajorVersion"
43+
spDependencies += s"databricks/tensorframes:0.7.0-s_$scalaMajorVersion"
4444

4545

4646
libraryDependencies ++= Seq(

environment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies:
1212
- pandas=0.23.4
1313
- h5py=2.8.0
1414
- pillow=4.1.1
15-
- cloudpickle=0.5.2
16-
- tensorflow=1.12.0
15+
- cloudpickle=0.8.0
16+
- tensorflow=1.13.1
1717
- keras=2.2.4
18-
- paramiko=2.4.1
18+
- paramiko=2.4.2
1919
- wrapt=1.10.11
2020
# test
2121
- coverage=4.5.1
@@ -25,7 +25,7 @@ dependencies:
2525
- argcomplete=1.9.4
2626
- pip:
2727
# runtime
28-
- horovod==0.15.2
28+
- horovod==0.16.4
2929
# test
3030
- prospector==0.12.11
3131
- argh==0.26.2

python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# This file should list any python package dependencies.
22
coverage>=4.4.1
33
h5py>=2.7.0
4-
keras==2.2.4 # NOTE: this package has only been tested with keras 2.2.4
4+
keras==2.2.4 # NOTE: this package has only been tested with this keras version
55
nose>=1.3.7 # for testing
66
parameterized>=0.6.1 # for testing
77
pillow>=4.1.1,<4.2
88
pygments>=2.2.0
9-
tensorflow==1.12.0 # NOTE: This package has only been tested with this TensorFlow version.
9+
tensorflow==1.13.1 # NOTE: This package has only been tested with this TensorFlow version.
1010
pandas>=0.19.1
1111
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.2
15+
horovod>=0.16.0
1616
wrapt==1.10.11

python/spark-package-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file should list any spark package dependencies as:
22
# :package_name==:version e.g. databricks/spark-csv==0.1
3-
databricks/tensorframes==0.5.0
3+
databricks/tensorframes==0.7.0

0 commit comments

Comments
 (0)