Skip to content

Commit 20ce48f

Browse files
smurchingthunterdb
authored andcommitted
Update spark-deep-learning to depend on Tensorframes 0.2.9 (#47)
* Update DLP to use new RC of tensorframes (v0.2.9-rc0) * Update tensorflow dependency from 1.1 -> 1.3, add pandas dependency * Update test_tf_consistency to only compare graph nodes (exclude 'version', 'library' fields from comparison) * Add cython dependency * Move cython up in requirements file, hopefully pip installs it first? * fix typo * Update pandas to version that has cython dependency * Remove cython dependency * Update numpy version from 1.11.2 --> 1.13.1 * Update python dependencies to minimum version requirements instead of exact requirements * Add upper version bound on pillow * Temporarily set keras version to 2.0.4 to see if build succeeds * Debugging, do not merge * Try tests with keras >= 2.0.4 * Fix keras version to 2.0.4, add explanatory comment * Update tensorframes dep to 0.2.9-rc1 * Remove print statements * Update tensorframes version to 0.2.9-rc1 * Upgrade to tensorframes RC2 * Update to tensorframes 0.2.9-rc3 * Bump tensorframes dependency to 0.2.9
1 parent f1dbfe5 commit 20ce48f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ sparkComponents ++= Seq("mllib-local", "mllib", "sql")
3434

3535
// add any Spark Package dependencies using spDependencies.
3636
// e.g. spDependencies += "databricks/spark-avro:0.1"
37-
spDependencies += s"databricks/tensorframes:0.2.9-rc3-s_${scalaMajorVersion}"
38-
37+
spDependencies += s"databricks/tensorframes:0.2.9-s_${scalaMajorVersion}"
3938

4039
// These versions are ancient, but they cross-compile around scala 2.10 and 2.11.
4140
// Update them when dropping support for scala 2.10

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.2.9-rc3
3+
databricks/tensorframes==0.2.9

0 commit comments

Comments
 (0)