Skip to content

Commit

Permalink
Create gammapy-1.3rc1-environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
registerrier authored Nov 15, 2024
1 parent 5bf2d4d commit 5464c60
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions download/install/gammapy-1.3rc1-environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Conda environment for Gammapy version 1.3rc1
# Install: conda env create -f gammapy-1.3rc1-environment.yml
# Activate: conda activate gammapy-1.3rc1
# Deactivate: conda deactivate

name: gammapy-1.3rc1

channels:
- conda-forge
- sherpa

variables:
PYTHONNOUSERSITE: "1"

dependencies:
- python=3.11
- gammapy=1.3rc1
- ipython=8.27
- cython
- jupyter
- jupyterlab=4.0
- pyyaml=6.0
- click=8.1
- numpy=1.26
- scipy=1.12
- pandas=2.2
- matplotlib=3.9
- astropy=6.0
- regions=0.8
- iminuit=2.24
- sherpa==4.17
- healpy=1.16
- naima=0.10
- pydantic=2.5
- emcee=3.1
- corner=2.2
- pip
- requests
- tqdm
- pip:
- ray[default]==2.35

0 comments on commit 5464c60

Please sign in to comment.