Skip to content

Commit a4c2d32

Browse files
committed
Avoid installing pyvista - icu dependency conflicts for qt5 and qt6
1 parent d339fd0 commit a4c2d32

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

conda_distribution/construct.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,18 @@ specs:
3737
- hyperspyui >=2.0.2
3838
- ipympl
3939
- jupyterlab
40-
- kikuchipy >=0.11.3
40+
# don't use kikuchipy as workaround for pyvista installation issue
41+
# because of a `icu` dependency conflict for `qt5` and `qt6` on macos
42+
# https://github.com/conda-forge/qt-main-feedstock/pull/380
43+
- kikuchipy-base >=0.11.3
4144
- libblas=*=*{{ blas_impl }}
4245
- lumispy >=0.3.0
4346
- mamba >=2.5.0
4447
- mamba_gator
4548
- matplotlib-scalebar
4649
- miniforge_console_shortcut # [win]
4750
- nb_conda_kernels
51+
- nlopt
4852
- nglview
4953
- notebook
5054
- orix >=0.14.1
@@ -55,6 +59,7 @@ specs:
5559
# https://github.com/conda-forge/py4dstem-feedstock
5660
#- py4dstem >=0.14.18
5761
#- pymatgen
62+
- pyebsdindex-base >=0.3.9.1
5863
- pystackreg
5964
- python 3.12*
6065
- python-graphviz

0 commit comments

Comments
 (0)