[FIX] Freeze and bump matplotlib

More recent versions of matplotlib depend on Pillow >= 6.2
which is incompatible with Odoo dependencies.

We use python_version markers to support both Python 3.5 and 3.8
as there isn't any version that satisfies both.
pull/1893/head
Ivàn Todorovich 2021-04-06 12:23:38 -03:00
parent 638eb02615
commit 1eb86a4667
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ bokeh==1.1.0
# web_widget_plotly_chart
plotly==4.1.0
# web_widget_mpld3_chart
matplotlib>=2.0.0
matplotlib==3.0.3; python_version < '3.7'
matplotlib==3.4.1; python_version >= '3.7'
mpld3==0.3