Skip to content

Commit e175eaa

Browse files
committed
Test on ctapipe 0.21.2
1 parent b526efb commit e175eaa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
matrix:
2121
python-version: ["3.9", "3.10", "3.11"]
2222
ctapipe-version: ["0.19.3", "0.20.0"]
23+
include:
24+
# ctapipe 0.21 requires >= 3.10
25+
- python-version: "3.12"
26+
ctapipe-version: "0.21.2"
2327

2428
defaults:
2529
run:

environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ channels:
33
- conda-forge
44
- default
55
dependencies:
6-
- astropy=5.2
6+
- astropy >=5.2,<7
77
- python=3.11 # nail the python version, so conda does not try upgrading / dowgrading
8-
- ctapipe=0.19
8+
- ctapipe=0.21
99
- protozfits=2.4
1010
- eventio
1111
- corsikaio

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ python_requires = >=3.9
3131
zip_safe = False
3232
install_requires=
3333
astropy~=5.2
34-
ctapipe >=0.19.0,<0.21.0a0
34+
ctapipe >=0.19.0,<0.22.0a0
3535
protozfits~=2.4
3636
numpy>=1.20
3737
scipy<1.14

0 commit comments

Comments
 (0)