Skip to content

Commit

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

name: gammapy-1.3

channels:
- conda-forge
- https://cxc.cfa.harvard.edu/conda/sherpa

variables:
PYTHONNOUSERSITE: "1"

dependencies:
- python=3.11
- gammapy=1.3
- ipython=8.27
- cython
- jupyter
- jupyterlab=4.2
- pyyaml=6.0
- click=8.1
- numpy=2.1
- scipy=1.14
- pandas=2.2
- matplotlib=3.9
- astropy=6.1
- 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 e8012a7

Please sign in to comment.