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

Bump pillow from 6.2.0 to 8.3.2 in /solutionbox/ml_workbench/xgboost #751

Closed
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 solutionbox/ml_workbench/xgboost/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
install_requires=[
'tensorflow==1.15.2',
'protobuf==3.4.0',
'pillow==6.2.0', # ML Engine does not have PIL installed
'pillow==8.3.2', # ML Engine does not have PIL installed
'xgboost==0.6a2',
],
package_data={
Expand Down