Skip to content

Commit de125e0

Browse files
authored
Do not fix patch level version for dependency on ctapipe (#94)
* Pin ctapipe 0.19 instead of 0.19.1 * 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. --------- Co-authored-by: jlenain <[email protected]>
1 parent be261aa commit de125e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
python-version: ["3.8", "3.9", "3.10", "3.11"]
37-
ctapipe-version: [v0.19.1]
37+
ctapipe-version: [v0.19.3]
3838
install-method: [ "mamba", "pip" ]
3939

4040
defaults:

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- python=3.11
7-
- ctapipe=0.19.1
7+
- ctapipe=0.19
88
- ctapipe-io-nectarcam
99
- jinja2=3.0.1
1010
- jupyterlab

0 commit comments

Comments
 (0)