diff --git a/requirements.txt b/requirements.txt index bffec4fe0..f585937d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # generated from manifests external_dependencies beautifulsoup4 bokeh==2.4.2 -mpld3 +mpld3==0.5.7 diff --git a/web_widget_mpld3_chart/__manifest__.py b/web_widget_mpld3_chart/__manifest__.py index b0b8abb47..3d74c1b2d 100644 --- a/web_widget_mpld3_chart/__manifest__.py +++ b/web_widget_mpld3_chart/__manifest__.py @@ -10,7 +10,7 @@ "website": "https://github.com/OCA/web", "depends": ["web"], "data": [], - "external_dependencies": {"python": ["mpld3", "beautifulsoup4"]}, + "external_dependencies": {"python": ["mpld3==0.5.7", "beautifulsoup4"]}, "auto_install": False, "development_status": "Beta", "maintainers": ["JordiBForgeFlow", "ChrisOForgeFlow"],