Skip to content

Commit

Permalink
Merge pull request #32 from facero/update-mcmc
Browse files Browse the repository at this point in the history
Update mcmc to be compatible with v1.2
  • Loading branch information
registerrier authored Oct 11, 2024
2 parents b2214fc + 8a51aa0 commit 0d1b848
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 254 deletions.
11 changes: 6 additions & 5 deletions recipes/mcmc-sampling-emcee/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ channels:
- conda-forge

dependencies:
- gammapy=1.0.2
- python=3.9
- python=3.10
- gammapy=1.2
- jupyter
- scipy<1.12
- emcee=2.2.1
- corner=2.1
- scipy=1.8.0
- emcee=3.1.4
- corner=2.2.2
- zeus-mcmc=2.5.4
Loading

0 comments on commit 0d1b848

Please sign in to comment.