Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def reset_pyvista(gallery_conf, fname):
# Set plot_gallery to False for building docs without running examples.
"plot_gallery": PLOT_GALLERY,
# Allow parallel execution of examples
"parallel": 1,
"parallel": 4,
# Reset PyVista for each example, required with parallel execution
"reset_modules": (reset_pyvista,),
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers = [{name = "ANSYS, Inc.", email = "pyansys.core@ansys.com"}]
name = "ansys-additive-core"
readme = "README.rst"
requires-python = ">=3.10,<4"
version = "0.21.dev0"
version = "0.21.dev1"

dependencies = [
"ansys-api-additive==5.0.3",
Expand Down
Loading