Skip to content

Commit

Permalink
bump lstchain version in pyproject and conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended committed Dec 13, 2023
1 parent f19d22b commit 19aa00c
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 @@ -25,7 +25,7 @@ dependencies:
- ctapipe_io_lst=0.22
- ctaplot~=0.6.4
- pyirf=0.8
- lstchain~=0.10.0
- lstchain>=0.10.5
- tenacity
# dev dependencies
- pytest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"astropy~=5.0",
"lstchain~=0.10.0",
"lstchain>=0.10.5",
"matplotlib~=3.7",
"numpy",
"pandas",
Expand Down

0 comments on commit 19aa00c

Please sign in to comment.