diff --git a/environment.yml b/environment.yml index a925465e..3598a5ed 100644 --- a/environment.yml +++ b/environment.yml @@ -36,9 +36,9 @@ dependencies: - sphinx-argparse - sphinx-autoapi - pip: - - lstchain==0.9.2 + - lstchain~=0.9.3 - pytest_runner - pytest-ordering - - ctapipe_io_lst~=0.15.1 + - ctapipe_io_lst~=0.16.0 - ctaplot~=0.5.5 - pyirf~=0.6.0 diff --git a/setup.py b/setup.py index e847fe7d..548638c1 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ extras_require=extras_require, install_requires=[ "astropy~=4.2", - "lstchain==0.9.2", + "lstchain==0.9.3", "ctapipe~=0.12.0", "matplotlib~=3.5", "pyparsing~=2.4",