Commit 20ce48f
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.91 parent f1dbfe5 commit 20ce48f
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments