Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit 8d523d5

Browse files
author
Yasser Elsayed
authored
Update dataflow and tensorflow to latest (#696)
1 parent c245c8a commit 8d523d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

solutionbox/ml_workbench/tensorflow/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description="""
2828
""",
2929
install_requires=[
30-
'tensorflow==1.4.1',
30+
'tensorflow==1.8.0',
3131
'protobuf==3.1.0',
3232
'pillow==3.4.1', # ML Engine does not have PIL installed
3333
],

solutionbox/ml_workbench/xgboost/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
long_description="""
2828
""",
2929
install_requires=[
30-
'tensorflow==1.4.1',
30+
'tensorflow==1.8.0',
3131
'protobuf==3.4.0',
3232
'pillow==3.4.1', # ML Engine does not have PIL installed
3333
'xgboost==0.6a2',

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ commands =
2929
[testenv:py27]
3030
# google-cloud-dataflow only supports python2.7, so we add that here.
3131
deps = {[testenv]deps}
32-
google-cloud-dataflow==2.0.0
32+
google-cloud-dataflow==2.5.0
3333

3434
[testenv:flake8]
3535
commands = flake8 --exclude=.tox,.git,./*.egg,build,.cache,env,__pycache__,docs
@@ -38,7 +38,7 @@ deps = flake8==3.4.1
3838
[testenv:coveralls]
3939
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
4040
deps = {[testenv]deps}
41-
google-cloud-dataflow==2.0.0
41+
google-cloud-dataflow==2.5.0
4242
coveralls
4343
commands =
4444
coverage run tests/main.py

0 commit comments

Comments
 (0)