We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7daad commit 9b6f9f7Copy full SHA for 9b6f9f7
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
show-channel-urls: true
35
use-mamba: true
36
- name: Create environment
37
- run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine getdist
+ run: mamba create -v -q -n numcosmo numcosmo jupyter nbformat pandas plotnine "getdist>=1.5.1"
38
- name: Activate Conda Environment
39
run: conda activate numcosmo
40
- name: Quarto Render
0 commit comments