Merge pull request #13470 from typhoonzero/fix_mat_plot_req_for_py2

fix py2 matplotlib deps
upload-readme
Wu Yi 7 years ago committed by GitHub
commit a69a584b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ requests==2.9.2
numpy>=1.12,<=1.14 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version numpy>=1.12,<=1.14 #TODO:change to ">=1.12" when numpy fix bug in 1.15 and higher version
protobuf==3.1 protobuf==3.1
recordio>=0.1.0 recordio>=0.1.0
matplotlib matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib
rarfile rarfile
scipy>=0.19.0 scipy>=0.19.0
Pillow Pillow

Loading…
Cancel
Save