Skip to content

Commit 6b6e455

Browse files
committed
Require numcosmo 0.23.0
1 parent a6fa9a1 commit 6b6e455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
conda-remove-defaults: true
3939
miniforge-version: latest
4040
- name: Create environment
41-
run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine "getdist>=1.5.1"
41+
run: mamba create -v -q -n numcosmo "numcosmo>=0.23.0" jupyter nbformat pandas plotnine "getdist>=1.5.1"
4242
- name: Activate Conda Environment
4343
run: conda activate numcosmo
4444
- name: Quarto Render

0 commit comments

Comments
 (0)