Skip to content

Commit

Permalink
Merge pull request #176 from cta-observatory/ctapipe_0.19
Browse files Browse the repository at this point in the history
Allow and test with ctapipe 0.19
  • Loading branch information
maxnoe committed May 11, 2023
2 parents 0f8b8cd + e944365 commit 8990605
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
ctapipe-version: ["0.17.0", "0.18.0"]
ctapipe-version: ["0.17.0", "0.18.0", "0.19.0"]

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- astropy=5.2
- python=3.10 # nail the python version, so conda does not try upgrading / dowgrading
- ctapipe=0.18
- ctapipe=0.19
- eventio
- corsikaio
- protozfits=2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ python_requires = >=3.8
zip_safe = False
install_requires=
astropy~=5.2
ctapipe>=0.17.0,<=0.19.0a0
ctapipe>=0.17.0,<=0.20.0a0
protozfits~=2.0
numpy>=1.20

Expand Down

0 comments on commit 8990605

Please sign in to comment.