diff --git a/environment.yml b/environment.yml index ffe5c0d9..a925465e 100644 --- a/environment.yml +++ b/environment.yml @@ -36,9 +36,9 @@ dependencies: - sphinx-argparse - sphinx-autoapi - pip: - - lstchain==0.9.1 + - lstchain==0.9.2 - pytest_runner - pytest-ordering - - ctapipe_io_lst~=0.15.0 + - ctapipe_io_lst~=0.15.1 - ctaplot~=0.5.5 - pyirf~=0.6.0 diff --git a/setup.py b/setup.py index 45c6b1ee..10d6e459 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ extras_require=extras_require, install_requires=[ "astropy~=4.2", - "lstchain==0.9.1", + "lstchain==0.9.2", "ctapipe~=0.12.0", "matplotlib~=3.5", "pyparsing~=2.4",