Skip to content

Commit

Permalink
Merge branch 'main' into feat/moving-functions-to-mapdl-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Nov 3, 2023
2 parents cfc5b07 + 0e7f3f4 commit 5135802
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 @@ -58,7 +58,7 @@ classifiers = [
tests = [
"ansys-dpf-core==0.10.0",
"autopep8==2.0.4",
"matplotlib==3.8.0",
"matplotlib==3.8.1",
"scipy==1.10.1; python_version < '3.9'", # to support python 3.8
"scipy==1.11.3; python_version > '3.8'",
"pandas==2.1.2",
Expand All @@ -81,7 +81,7 @@ doc = [
"imageio==2.31.6",
"jupyter_sphinx==0.4.0",
"jupyterlab>=3.2.8",
"matplotlib==3.8.0",
"matplotlib==3.8.1",
"numpydoc==1.6.0",
"pandas==2.1.2",
"plotly==5.18.0",
Expand All @@ -91,7 +91,7 @@ doc = [
"pythreejs==2.4.2",
"pyvista[trame]==0.42.3",
"sphinx-autobuild==2021.3.14",
"sphinx-autodoc-typehints==1.24.0",
"sphinx-autodoc-typehints==1.24.1",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.14.0",
"sphinxcontrib-websupport==1.2.6",
Expand Down

0 comments on commit 5135802

Please sign in to comment.