Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sparkComponents ++= Seq("mllib-local", "mllib", "sql")

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


libraryDependencies ++= Seq(
Expand Down
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ dependencies:
- pandas=0.23.4
- h5py=2.8.0
- pillow=4.1.1
- cloudpickle=0.5.2
- tensorflow=1.12.0
- cloudpickle=0.8.0
- tensorflow=1.13.1
- keras=2.2.4
- paramiko=2.4.1
- paramiko=2.4.2
- wrapt=1.10.11
# test
- coverage=4.5.1
Expand All @@ -25,7 +25,7 @@ dependencies:
- argcomplete=1.9.4
- pip:
# runtime
- horovod==0.15.2
- horovod==0.16.4
# test
- prospector==0.12.11
- argh==0.26.2
Expand Down
6 changes: 3 additions & 3 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This file should list any python package dependencies.
coverage>=4.4.1
h5py>=2.7.0
keras==2.2.4 # NOTE: this package has only been tested with keras 2.2.4
keras==2.2.4 # NOTE: this package has only been tested with this keras version
nose>=1.3.7 # for testing
parameterized>=0.6.1 # for testing
pillow>=4.1.1,<4.2
pygments>=2.2.0
tensorflow==1.12.0 # NOTE: This package has only been tested with this TensorFlow version.
tensorflow==1.13.1 # NOTE: This package has only been tested with this TensorFlow version.
pandas>=0.19.1
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.2
horovod>=0.16.0
wrapt==1.10.11
2 changes: 1 addition & 1 deletion python/spark-package-deps.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file should list any spark package dependencies as:
# :package_name==:version e.g. databricks/spark-csv==0.1
databricks/tensorframes==0.5.0
databricks/tensorframes==0.7.0