diff --git a/pyproject.toml b/pyproject.toml index 4447e511ad..24e308c33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 @@ -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",