diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e57bf91..c80fa315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11"] - ctapipe-version: [v0.19.1] + ctapipe-version: [v0.19.3] install-method: [ "mamba", "pip" ] defaults: diff --git a/environment.yml b/environment.yml index 6afcfc8e..d17f63b5 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - conda-forge dependencies: - python=3.11 - - ctapipe=0.19.1 + - ctapipe=0.19 - ctapipe-io-nectarcam - jinja2=3.0.1 - jupyterlab