Skip to content

Commit

Permalink
BUILD: Update matplotlib requirement from <3.9,>=3.5.0 to >=3.5.0,<3.…
Browse files Browse the repository at this point in the history
…10 (#4894)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Morais <[email protected]>
  • Loading branch information
dependabot[bot] and SMoraisAnsys authored Jul 11, 2024
1 parent c0073aa commit f541b56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tests = [
"imageio>=2.30.0,<2.35",
"ipython>=7.30.0,<8.27",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.9",
"matplotlib>=3.5.0,<3.10",
"mock>=5.1.0,<5.2",
"numpy>=1.20.0,<2",
"openpyxl>=3.1.0,<3.3",
Expand Down Expand Up @@ -80,7 +80,7 @@ doc = [
#"ipywidgets>=8.0.0,<8.2",
"joblib>=1.3.0,<1.5",
"jupyterlab>=4.0.0,<4.3",
"matplotlib>=3.5.0,<3.9",
"matplotlib>=3.5.0,<3.10",
"nbsphinx>=0.9.0,<0.10",
"numpydoc>=1.5.0,<1.8",
"openpyxl>=3.0.0,<3.2",
Expand Down Expand Up @@ -122,12 +122,12 @@ doc-no-examples = [
#"sphinx-notfound-page",
#"sphinxcontrib-websupport",
"sphinx_design>=0.4.0,<0.7",
"matplotlib>=3.5.0,<3.9",
"matplotlib>=3.5.0,<3.10",
"scikit-rf>=0.30.0,<1.2",
]
all = [
"imageio>=2.30.0,<2.35",
"matplotlib>=3.5.0,<3.9",
"matplotlib>=3.5.0,<3.10",
"numpy>=1.20.0,<2",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<1.10",
Expand All @@ -143,7 +143,7 @@ all = [
]
installer = [
"imageio>=2.30.0,<2.35",
"matplotlib>=3.5.0,<3.9",
"matplotlib>=3.5.0,<3.10",
"numpy>=1.20.0,<2",
"openpyxl>=3.1.0,<3.3",
"osmnx>=1.1.0,<1.10",
Expand Down

0 comments on commit f541b56

Please sign in to comment.