Skip to content

Commit

Permalink
Update matplotlib requirement from ~=3.9.2 to >=3.9.2,<3.11.0 (#143)
Browse files Browse the repository at this point in the history
* Update matplotlib requirement from ~=3.9.2 to >=3.9.2,<3.11.0

Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.9.2...v3.10.0)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update pyproject.toml

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: João Victor Guerra <[email protected]>
  • Loading branch information
dependabot[bot] and jvsguerra authored Jan 13, 2025
1 parent f7fd221 commit 1419f7f
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 @@ -57,7 +57,7 @@ classifiers = [
dependencies = [
"toml==0.10.2",
"numpy~=2.1.2",
"matplotlib~=3.9.2",
"matplotlib~=3.10.0",
"plotly~=5.24.1",
]
dynamic = ["version"]
Expand Down

1 comment on commit 1419f7f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.