From 6fc92a9c74e592166d48e7ff7e3eb38eee06556b Mon Sep 17 00:00:00 2001 From: kienle <kienle@passcal.nmt.edu> Date: Fri, 7 Mar 2025 14:43:18 -0700 Subject: [PATCH] Revert PySide version requirement The updated PySide constraint is only for testing purpose in the previous commit. The constraint will be updated in other MRs when needed. --- conda.recipe/meta.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index df607c38..ee34f63f 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -20,7 +20,7 @@ requirements: - python >=3.9 - numpy >=1.23.0,<2.0 - obspy >=1.3.0 - - PySide6>=6.7 + - PySide6>=6.5.2 - matplotlib>=3.6.2 test: diff --git a/setup.py b/setup.py index 94235532..ebcae8b7 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( install_requires=[ 'numpy >=1.23.0,<2.0', 'obspy>=1.3.0', - 'PySide6>=6.7', + 'PySide6>=6.5.2', 'matplotlib>=3.6.2', ], setup_requires=[], -- GitLab