From a9bd1576451696d5ba72d6433309070691cbfa87 Mon Sep 17 00:00:00 2001 From: Thomas Vuillaume Date: Tue, 29 Aug 2023 15:39:53 +0200 Subject: [PATCH] soften requirements on python and pyirf in conda env --- environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index c8a9a342..851512c8 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - cta-observatory - conda-forge dependencies: - - python=3.7 + - python>=3.7 - astropy~=4.2 - pip - pre-commit @@ -16,5 +16,5 @@ dependencies: - ctaplot - ctapipe_io_lst - lstchain>=0.9.7 - - pyirf~=0.6.0 + - pyirf>=0.6.0 - eventio<1.11.0