fix python ver for matplotlib, test=develop (#18123)

update config for matplotlib, because python 3.6 is required by 3.1+
revert-18229-add_multi_gpu_install_check
lujun 6 years ago committed by GitHub
parent 0aee1f0074
commit 9089774155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,10 +2,10 @@ requests>=2.20.0
numpy>=1.12
protobuf>=3.1.0
recordio>=0.1.0
matplotlib<=2.2.3 ; python_version<"3.5"
matplotlib<=2.2.4 ; python_version<"3.6"
scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"
nltk>=3.2.2, <=3.4 ; python_version<"3.5"
matplotlib ; python_version>="3.5"
matplotlib ; python_version>="3.6"
scipy ; python_version>="3.5"
nltk ; python_version>="3.5"
rarfile

Loading…
Cancel
Save