Skip to content
Snippets Groups Projects
Commit f6a73077 authored by Kien Le's avatar Kien Le
Browse files

Update minimum PySide6 version

parent c3fb309d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ setup( ...@@ -34,7 +34,7 @@ setup(
install_requires=[ install_requires=[
'numpy >=1.23.0,<2.0', 'numpy >=1.23.0,<2.0',
'obspy>=1.3.0', 'obspy>=1.3.0',
'PySide6>=6.5.2', 'PySide6>=6.7',
'matplotlib>=3.6.2', 'matplotlib>=3.6.2',
], ],
setup_requires=[], setup_requires=[],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment