Skip to content

Commit 551992b

Browse files
committed
allow ctapipe version to be 0.22.0
1 parent 8f03819 commit 551992b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727

2828
requires-python = ">=3.10"
2929
dependencies = [
30-
"ctapipe==0.23.2",
30+
"ctapipe>=0.22, <0.24",
3131
"astropy",
3232
"numpy",
3333
"pandas",
@@ -65,4 +65,4 @@ norecursedirs = [
6565
".git",
6666
"notebooks",
6767
"build",
68-
]
68+
]

0 commit comments

Comments
 (0)