Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#13470 from typhoonzero/fix_mat_plot_r…
Browse files Browse the repository at this point in the history
…eq_for_py2

fix py2 matplotlib deps
  • Loading branch information
typhoonzero authored Sep 19, 2018
2 parents 759dae0 + bd7920d commit a69a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
protobuf==3.1
recordio>=0.1.0
matplotlib
matplotlib==2.2.3 # TODO: let python3 paddlepaddle package use latest matplotlib
rarfile
scipy>=0.19.0
Pillow
Expand Down

0 comments on commit a69a584

Please sign in to comment.