From e8012a7e379e2707779ae850509ab95049bd092c Mon Sep 17 00:00:00 2001 From: Quentin Remy Date: Mon, 25 Nov 2024 16:20:38 +0100 Subject: [PATCH] Create gammapy-1.3-environment.yml --- download/install/gammapy-1.3-environment.yml | 41 ++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 download/install/gammapy-1.3-environment.yml diff --git a/download/install/gammapy-1.3-environment.yml b/download/install/gammapy-1.3-environment.yml new file mode 100644 index 0000000..04383c9 --- /dev/null +++ b/download/install/gammapy-1.3-environment.yml @@ -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