From 26b803c7553e8ad7f3ca06c740842173e9b2dfbb Mon Sep 17 00:00:00 2001 From: wwmm Date: Thu, 18 Apr 2024 21:16:24 -0300 Subject: [PATCH] new release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 05f9543..4f36cf5 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project('wwplot', pymod = import('python') i18n_mod = import('i18n') -required_modules = ['PySide2','numpy','scipy'] +required_modules = ['PySide6','numpy','scipy'] py3 = pymod.find_installation('python3', modules:required_modules)