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

Bump tensorflow from 1.8.0 to 1.15.2 in /solutionbox/ml_workbench/xgboost #727

Merged
Changes from 1 commit
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 solutionbox/ml_workbench/xgboost/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
long_description="""
""",
install_requires=[
'tensorflow==1.8.0',
'tensorflow==1.15.2',
'protobuf==3.4.0',
'pillow==3.4.1', # ML Engine does not have PIL installed
'xgboost==0.6a2',
Expand Down