From e3682f67b53c47855b4c694bbb761af7037d84bf Mon Sep 17 00:00:00 2001 From: Daniel Morcuende Date: Fri, 11 Mar 2022 10:32:54 -0700 Subject: [PATCH] remove hyphen from short argument --- environment.yml | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 3598a5ed..d73aa9fe 100644 --- a/environment.yml +++ b/environment.yml @@ -36,9 +36,9 @@ dependencies: - sphinx-argparse - sphinx-autoapi - pip: - - lstchain~=0.9.3 + - lstchain~=0.9.4 - pytest_runner - pytest-ordering - - ctapipe_io_lst~=0.16.0 + - ctapipe_io_lst~=0.16.1 - ctaplot~=0.5.5 - pyirf~=0.6.0 diff --git a/setup.py b/setup.py index 70e3f563..ebd057b1 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ extras_require=extras_require, install_requires=[ "astropy~=4.2", - "lstchain==0.9.3", + "lstchain==0.9.4", "ctapipe~=0.12.0", "matplotlib~=3.5", "numpy<1.22.0a0",