Skip to content

Commit e7016df

Browse files
committed
FIX: Exclude
1 parent 74391b9 commit e7016df

2 files changed

Lines changed: 1 addition & 3 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
45+
- PySide6 !=6.8.0,!=6.8.0.1,!=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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ def split_dep(dep):
5656
# `environment.yaml` breaks the solver
5757
if package_name == "PySide6":
5858
version_spec = version_spec.replace("!=6.7.0,", "")
59-
# not on CF yet either
60-
version_spec = version_spec.replace(",!=6.9.1", "")
6159
# rstrip output line in case `version_spec` == ""
6260
line = f" - {package_name} {version_spec}".rstrip()
6361
# use pip for packages needing e.g. `platform_system` or `python_version` triaging

0 commit comments

Comments
 (0)