Skip to content

Commit

Permalink
Merge pull request #265 from cta-observatory/bump-lstchain-version
Browse files Browse the repository at this point in the history
Bump lstchain version in pyproject and conda env
  • Loading branch information
marialainez authored Dec 13, 2023
2 parents f19d22b + a6343bd commit d0365b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies:
- protobuf=3.20
- ctapipe_io_lst=0.22
- ctaplot~=0.6.4
- pyirf=0.8
- lstchain~=0.10.0
- pyirf~=0.10
- 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 d0365b4

Please sign in to comment.