From 3970868e0019c5640f778b479b2861ea5fc19461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Terrier?= Date: Thu, 29 Feb 2024 11:07:20 +0100 Subject: [PATCH] Add 1.2 env file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: RĂ©gis Terrier --- download/install/gammapy-1.2-environment.yml | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 download/install/gammapy-1.2-environment.yml diff --git a/download/install/gammapy-1.2-environment.yml b/download/install/gammapy-1.2-environment.yml new file mode 100644 index 0000000..8d6d0e1 --- /dev/null +++ b/download/install/gammapy-1.2-environment.yml @@ -0,0 +1,45 @@ +# Conda environment for Gammapy version 1.2 +# Install: conda env create -f gammapy-1.2-environment.yml +# Activate: conda activate gammapy-1.2 +# Deactivate: conda deactivate + +name: gammapy-1.2 + +channels: + - conda-forge + - sherpa + +variables: + PYTHONNOUSERSITE: "1" + +dependencies: + - python=3.10 + - gammapy=1.2 + - ipython=8.20 + - cython + - jupyter + - jupyterlab=4.0 + - pyyaml=6.0 + - click=8.1 + - numpy=1.26 + - scipy=1.12 + - pandas=2.1 + - matplotlib=3.8 + - astropy=6.0 + - regions=0.8 + - iminuit=2.24 + - healpy=1.16 + - naima=0.10 + - pydantic=2.5 + - emcee=3.1 + - corner=2.2 + - pip + - requests + - tqdm + - pip: + - sherpa==4.16 + - ray[default]==2.9 + + + + \ No newline at end of file