Skip to content

Commit

Permalink
Constrain on the lstchain version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Sep 3, 2024
1 parent 54499b1 commit 357756d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ dependencies:
- pymongo
- pyirf~=0.10.0
- ctapipe-io-magic~=0.5.4
- lstchain~=0.10.5
- lstchain>=0.10.5,<0.10.12
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_requires = >=3.9
zip_safe = False
install_requires =
ctapipe ~=0.19.2
lstchain ~=0.10.5
lstchain >=0.10.5, <0.10.12
ctaplot ~=0.6.4
ctapipe_io_magic ~=0.5.4
gammapy ~=1.1
Expand Down

0 comments on commit 357756d

Please sign in to comment.