Skip to content

Commit

Permalink
Merge branch 'main' into chore/update-pyedb-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys authored Aug 20, 2024
2 parents 8803dde + 9bc294d commit bbc65df
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 @@ -46,7 +46,7 @@ dependencies = [
tests = [
"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 @@ -74,7 +74,7 @@ doc = [
"ipython>=8.13.0,<8.27",
"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.9",
"openpyxl>=3.0.0,<3.2",
Expand Down Expand Up @@ -109,12 +109,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.3",
"pyvista[io]>=0.38.0,<0.45",
]
all = [
"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 @@ -128,7 +128,7 @@ all = [
"utm",
]
installer = [
"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 bbc65df

Please sign in to comment.