Skip to content

Commit

Permalink
Adapt recipes for LTS v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Astro-Kirsty <[email protected]>
  • Loading branch information
Astro-Kirsty committed Jun 11, 2024
1 parent bafc638 commit 546c14d
Show file tree
Hide file tree
Showing 6 changed files with 403 additions and 98 deletions.
3 changes: 2 additions & 1 deletion recipes/background-model/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ channels:
- conda-forge

dependencies:
- gammapy=1.0.1
- gammapy=1.0.2
- python=3.9
- scipy<1.12
- jupyter
- matplotlib
161 changes: 122 additions & 39 deletions recipes/dark-matter-utilities/astro_dark_matter.ipynb

Large diffs are not rendered by default.

16 changes: 5 additions & 11 deletions recipes/dark-matter-utilities/env.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Declare your specific environment

name: gammapy-recipes
name: gp-dark-matter

channels:
- conda-forge
- sherpa

dependencies:
- gammapy=0.18.2
- python=3.7
- jupyter=1.0
- matplotlib=3.3
- healpy=1.13
- reproject=0.7
- sherpa=4.12
- iminuit=1.5
- pandas=1.1
- gammapy=1.0.2
- python=3.9
- scipy<1.12
- jupyter
9 changes: 5 additions & 4 deletions recipes/interactive-model-editing/env.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Declare your specific environment

name: gammapy-recipes
name: gp-interactive-model

channels:
- conda-forge

dependencies:
- gammapy=0.19
- python=3.7
- jupyter>=1.0
- gammapy=1.0.2
- python=3.9
- jupyter
- scipy<1.12
- astropy>=4.0
- pandas>=1.1
- qgrid=1.3.1
Expand Down
16 changes: 5 additions & 11 deletions recipes/mcmc-sampling-emcee/env.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# Declare your specific environment

name: gammapy-recipes
name: gp-mcmc

channels:
- conda-forge
- sherpa

dependencies:
- gammapy=0.18.1
- python=3.7
- jupyter=1.0
- matplotlib=3.3
- healpy=1.13
- reproject=0.7
- sherpa=4.12
- iminuit=1.5
- pandas=1.1
- gammapy=1.0.2
- python=3.9
- jupyter
- scipy<1.12
- emcee=2.2.1
- corner=2.1
296 changes: 264 additions & 32 deletions recipes/mcmc-sampling-emcee/mcmc_sampling.ipynb

Large diffs are not rendered by default.

0 comments on commit 546c14d

Please sign in to comment.