Skip to content

Commit

Permalink
Merge pull request #268 from cta-observatory/matplotlib_version
Browse files Browse the repository at this point in the history
Do not pin matplotlib version
  • Loading branch information
marialainez authored Jan 11, 2024
2 parents 54d8fd6 + 0fd1517 commit e2e2ad0
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.5",
"matplotlib~=3.7",
"matplotlib",
"numpy",
"pandas",
"pyyaml",
Expand Down

0 comments on commit e2e2ad0

Please sign in to comment.