From 0552960b90e24b4f6aad790f61a6b622a50d1bca Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Wed, 12 Jan 2022 10:17:13 -0700 Subject: [PATCH] update env and setup corresponding to lstchain 0.8.3 --- environment.yml | 10 +++++++--- setup.py | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/environment.yml b/environment.yml index 73409cdc..7509ac2e 100644 --- a/environment.yml +++ b/environment.yml @@ -1,14 +1,16 @@ name: osa-dev channels: - - default - - cta-observatory - conda-forge + - default dependencies: # core dependencies - python=3.8 + - numpy=1.21 - pip + - astropy~=4.2 - ctapipe~=0.11 - protozfits=2.0 + - matplotlib>=3.5 - prov - pyyaml - pydot @@ -30,7 +32,9 @@ dependencies: - sphinx-argparse - sphinx-autoapi - pip: - - lstchain~=0.8.2 + - lstchain~=0.8.3 - pytest_runner - pytest-ordering - ctapipe_io_lst~=0.13.2 + - ctaplot~=0.5.5 + - pyirf~=0.5.0 diff --git a/setup.py b/setup.py index c8892956..0900dbfb 100644 --- a/setup.py +++ b/setup.py @@ -46,9 +46,9 @@ extras_require=extras_require, install_requires=[ "astropy~=4.2", - "lstchain~=0.8.2", + "lstchain~=0.8.3", "matplotlib>=3.5", - "numpy", + "numpy<1.22.0a0", "pandas", "pyyaml", "prov",