Skip to content

Commit

Permalink
BUILD: update matplotlib requirement from <3.10,>=3.5.0 to >=3.5.0,<3…
Browse files Browse the repository at this point in the history
….11 (#5605)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 3bb5ab1 commit 63d473f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ unit-tests = [
"mock>=5.1.0,<5.2",
]
integration-tests = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"numpy>=1.20.0,<2.3",
"pandas>=1.1.0,<2.3",
Expand All @@ -64,7 +64,7 @@ integration-tests = [
tests = [
"ipython>=7.30.0,<8.31",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
Expand Down Expand Up @@ -104,7 +104,7 @@ doc = [
"pyvista[io]>=0.38.0,<0.45",
]
all = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<2.1",
Expand All @@ -120,7 +120,7 @@ all = [
"utm",
]
installer = [
"matplotlib>=3.5.0,<3.10",
"matplotlib>=3.5.0,<3.11",
"numpy>=1.20.0,<2.3",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<2.1",
Expand Down

0 comments on commit 63d473f

Please sign in to comment.