We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b36500 commit 26b803cCopy full SHA for 26b803c
1 file changed
meson.build
@@ -6,7 +6,7 @@ project('wwplot',
6
pymod = import('python')
7
i18n_mod = import('i18n')
8
9
-required_modules = ['PySide2','numpy','scipy']
+required_modules = ['PySide6','numpy','scipy']
10
11
py3 = pymod.find_installation('python3', modules:required_modules)
12
0 commit comments