Skip to content

Commit 007d90f

Browse files
committed
FIX: Simplify
1 parent e7016df commit 007d90f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
- pyarrow
4343
- pybv
4444
- pymatreader
45-
- PySide6 !=6.8.0,!=6.8.0.1,!=6.9.1
45+
- PySide6 !=6.9.1
4646
- python-neo
4747
- python-picard
4848
- pyvista >=0.32,!=0.35.2,!=0.38.0,!=0.38.1,!=0.38.2,!=0.38.3,!=0.38.4,!=0.38.5,!=0.38.6,!=0.42.0

tools/hooks/update_environment_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def split_dep(dep):
5555
# PySide6==6.7.0 only exists on PyPI, not conda-forge, so excluding it in
5656
# `environment.yaml` breaks the solver
5757
if package_name == "PySide6":
58-
version_spec = version_spec.replace("!=6.7.0,", "")
58+
version_spec = "!=6.9.1"
5959
# rstrip output line in case `version_spec` == ""
6060
line = f" - {package_name} {version_spec}".rstrip()
6161
# use pip for packages needing e.g. `platform_system` or `python_version` triaging

0 commit comments

Comments
 (0)