From 9ef06e190d7cc56306b67c8b57beb56021fb70c7 Mon Sep 17 00:00:00 2001 From: jlenain Date: Thu, 25 Jan 2024 22:48:23 +0100 Subject: [PATCH 1/2] Pin ctapipe 0.19 instead of 0.19.1 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2cfb72adf20318216101fe0de691362727ff797e Mon Sep 17 00:00:00 2001 From: jlenain Date: Thu, 25 Jan 2024 22:49:13 +0100 Subject: [PATCH 2/2] No luck, not possible to pip install on ctapipe v0.19 in CI. At least we pin it to the last patch level before release of ctapipe v0.20. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: