From 471c9da95311adc71329d846c4bca9f4e0bd19b3 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 30 Oct 2020 09:50:16 +0200 Subject: [PATCH] Add requirements for matplotlib reporting example --- examples/reporting/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/reporting/requirements.txt b/examples/reporting/requirements.txt index f9754826..552078da 100644 --- a/examples/reporting/requirements.txt +++ b/examples/reporting/requirements.txt @@ -1,5 +1,7 @@ absl-py>=0.7.1 bokeh>=1.4.0 +matplotlib >= 3.1.1 ; python_version >= '3.6' +matplotlib >= 2.2.4 ; python_version < '3.6' numpy pandas pillow>=4.0