Skip to content

Commit

Permalink
Update matplotlib requirement from <3.10 to <3.11
Browse files Browse the repository at this point in the history
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@v0.91.2...v3.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 9, 2025
1 parent 2edc31c commit 485348e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ complete = [
"Flask-RangeRequest",
"fsspec[http,s3]>=2023.12.0",
"lxml",
"matplotlib<3.10",
"matplotlib<3.11",
"memray",
"pystac[urllib3]>=1.8.2",
"requests",
Expand All @@ -67,7 +67,7 @@ complete = [
"werkzeug>=0.15",
]
contours = [
"matplotlib<3.10",
"matplotlib<3.11",
]
http = [
"aiohttp",
Expand Down

0 comments on commit 485348e

Please sign in to comment.