Add requirements for matplotlib reporting example

This commit is contained in:
allegroai 2020-10-30 09:50:16 +02:00
parent a3e53a727f
commit 471c9da953

View File

@ -1,5 +1,7 @@
absl-py>=0.7.1 absl-py>=0.7.1
bokeh>=1.4.0 bokeh>=1.4.0
matplotlib >= 3.1.1 ; python_version >= '3.6'
matplotlib >= 2.2.4 ; python_version < '3.6'
numpy numpy
pandas pandas
pillow>=4.0 pillow>=4.0