Skip to content

Commit

Permalink
do not pin matplotlib version
Browse files Browse the repository at this point in the history
  • Loading branch information
morcuended committed Jan 11, 2024
1 parent 312ad30 commit ca77da5
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 @@ -8,7 +8,7 @@ dependencies:
- pip
- astropy~=5.0
- ctapipe~=0.19.2
- matplotlib=3.7
- matplotlib
- pyparsing
- prov
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requires-python = ">=3.9"
dependencies = [
"astropy~=5.0",
"lstchain~=0.10.0",
"matplotlib~=3.7",
"matplotlib",
"numpy",
"pandas",
"pyyaml",
Expand Down

0 comments on commit ca77da5

Please sign in to comment.