Commit 513767b 1 parent b526efb commit 513767b Copy full SHA for 513767b
File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
python-version : ["3.9", "3.10", "3.11"]
22
22
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"
23
27
24
28
defaults :
25
29
run :
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ channels:
3
3
- conda-forge
4
4
- default
5
5
dependencies :
6
- - astropy=5.2
6
+ - astropy > =5.2,<7
7
7
- python=3.11 # nail the python version, so conda does not try upgrading / dowgrading
8
- - ctapipe=0.19
8
+ - ctapipe
9
9
- protozfits=2.4
10
10
- eventio
11
11
- corsikaio
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ package_dir =
30
30
python_requires = >=3.9
31
31
zip_safe = False
32
32
install_requires =
33
- astropy~ =5.2
34
- ctapipe >=0.19.0,<0.21 .0a0
35
- protozfits~=2.4
36
- numpy>=1.20
37
- scipy<1.14
33
+ astropy > =5.2,<7.0.0a0
34
+ ctapipe >=0.19.0,<0.22 .0a0
35
+ protozfits ~=2.4
36
+ numpy >=1.20
37
+ scipy <1.14
38
38
39
39
[options.package_data]
40
40
* = resources/*
You can’t perform that action at this time.
0 commit comments