File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Install constructor
131131 run : |
132- conda install constructor=3.11.0
132+ conda install constructor
133133
134134 - name : Conda info
135135 run : |
Original file line number Diff line number Diff line change @@ -7,14 +7,12 @@ version: {{ version }}
77condarc :
88 channels :
99 - conda-forge
10- - nodefaults
1110 pinned_packages :
1211 - libblas=*=*{{ blas_impl }}
1312 solver : libmamba
1413
1514channels :
1615 - conda-forge
17- - nodefaults
1816
1917specs :
2018 - abtem
4240 - mamba_gator
4341 - matplotlib-scalebar
4442 - miniforge_console_shortcut # [win]
45- - nb_conda_kernels
4643 - nglview
4744 - notebook
4845 - ovito
@@ -80,8 +77,6 @@ installer_type: pkg # [osx]
8077
8178default_prefix : ' %USERPROFILE%\HyperSpy-bundle' # [win]
8279
83- welcome_image : hyperspy_bundle_installer.ico # [win]
84-
8580welcome_image_text : |-
8681 HyperSpy
8782 bundle
@@ -90,3 +85,7 @@ header_image_text: |-
9085 bundle
9186
9287company : The HyperSpy developers
88+
89+ virtual_specs :
90+ - __glibc >=2.17 # [linux]
91+ - __osx >=10.13 # [osx]
You can’t perform that action at this time.
0 commit comments