Skip to content

Commit

Permalink
BUILD: Update matplotlib requirement from <3.10,>=3.5.0 to >=3.5.0,<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@v3.5.0...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 13, 2025
1 parent c3fcb5b commit b9ccd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [

[project.optional-dependencies]
tests = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"pytest>=7.4.0,<8.4",
"pytest-cov>=4.0.0,<6.1",
Expand All @@ -53,7 +53,7 @@ doc = [
"ipython>=8.13.0,<8.32",
"jupyterlab>=4.0.0,<4.4",
"jupytext>=1.16.0,<1.17",
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"nbsphinx>=0.9.0,<0.10",
"nbconvert < 7.17",
"numpydoc>=1.5.0,<1.9",
Expand All @@ -70,7 +70,7 @@ doc = [

]
full = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"shapely",
]

Expand Down

0 comments on commit b9ccd79

Please sign in to comment.