fix the numpy version has to be lower than 1.15 (#12523)

* fix the numpy version has to be lower than 1.15

* Add TODO comments
python3
Jiabin Yang 7 years ago committed by dzhwinter
parent 8dda526a45
commit 989cae25dd

@ -1,5 +1,5 @@
requests==2.9.2
numpy>=1.12
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

Loading…
Cancel
Save