From 993fbe8ed89b8f8d83227b789f72ed65877e7ed7 Mon Sep 17 00:00:00 2001 From: louisnw Date: Wed, 17 May 2023 00:17:28 +0100 Subject: [PATCH] Fixed a bug related to the latest version of pywebview causing charts not to load. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fa98df..7cc84fb 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( python_requires='>=3.9', install_requires=[ 'pandas', - 'pywebview', + 'pywebview==4.0.2', ], author='louisnw', license='MIT',