Skip to content

Commit

Permalink
matplotlib not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
adriesse committed Jan 28, 2025
1 parent 97a5666 commit d3521db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"pandas>=1.5.0",
"pvlib>=0.8.1",
"ruamel.yaml>=0.15.0",
"matplotlib",
]
requires-python = ">=3.8"
authors = [
Expand All @@ -27,7 +28,6 @@ classifiers = [

[project.optional-dependencies]
examples = [
"matplotlib",
"openpyxl",
]
test = [
Expand Down

0 comments on commit d3521db

Please sign in to comment.