diff --git a/pyproject.toml b/pyproject.toml index f4d7d9d5812..92d164d2a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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", @@ -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", @@ -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",