Skip to content

Commit 5225184

Browse files
committed
Remove nodefaults
1 parent 1f101b2 commit 5225184

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

conda_distribution/construct.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ version: {{ version }}
77
condarc:
88
channels:
99
- conda-forge
10-
- nodefaults
1110
pinned_packages:
1211
- libblas=*=*{{ blas_impl }}
1312
solver: libmamba
1413

1514
channels:
1615
- conda-forge
17-
- nodefaults
1816

1917
specs:
2018
- abtem
@@ -42,7 +40,6 @@ specs:
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

8178
default_prefix: '%USERPROFILE%\HyperSpy-bundle' # [win]
8279

83-
welcome_image: hyperspy_bundle_installer.ico # [win]
84-
8580
welcome_image_text: |-
8681
HyperSpy
8782
bundle
@@ -90,3 +85,7 @@ header_image_text: |-
9085
bundle
9186
9287
company: The HyperSpy developers
88+
89+
virtual_specs:
90+
- __glibc >=2.17 # [linux]
91+
- __osx >=10.13 # [osx]

0 commit comments

Comments
 (0)