Skip to content

Commit

Permalink
Merge branch 'main' into fix/disabling-flaky-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Oct 26, 2023
2 parents f7aafe9 + ffa3d29 commit 2051e35
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 @@ -56,7 +56,7 @@ classifiers = [

[project.optional-dependencies]
tests = [
"ansys-dpf-core==0.9.0",
"ansys-dpf-core==0.10.0",
"autopep8==2.0.4",
"matplotlib==3.8.0",
"scipy==1.10.1; python_version < '3.9'", # to support python 3.8
Expand All @@ -73,7 +73,7 @@ tests = [
]
doc = [
"sphinx==7.2.6",
"ansys-dpf-core==0.9.0",
"ansys-dpf-core==0.10.0",
"ansys-mapdl-reader==0.52.20",
"ansys-sphinx-theme==0.12.3",
"grpcio==1.51.1",
Expand All @@ -86,7 +86,7 @@ doc = [
"pandas==2.1.1",
"plotly==5.17.0",
"pyiges[full]==0.3.1",
"pypandoc==1.11",
"pypandoc==1.12",
"pytest-sphinx==0.5.0",
"pythreejs==2.4.2",
"pyvista[trame]==0.42.3",
Expand Down

0 comments on commit 2051e35

Please sign in to comment.