From 5202d39e30d44dd0b0df050ff74811d9165129f5 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:37:58 +0200 Subject: [PATCH 1/2] Remove empty section from README.rst (#151) --- README.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.rst b/README.rst index 75591250..f17de1b3 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,6 @@ PyMAPDL Examples This repository holds examples for PyMAPDL. -How to install --------------- - Code Style ---------- Code style can be checked by running: From d349b9d43a96fd8e6b164d33e8354ffba1c98dc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:48:18 +0200 Subject: [PATCH 2/2] Bump pyvista from 0.40.4 to 0.42.3 in /requirements (#164) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- requirements/requirements_doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 9263967d..0cd67b81 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -5,7 +5,7 @@ nest-asyncio==1.5.7 pandas==2.0.3 plotly==5.16.1 pythreejs==2.4.2 -pyvista==0.40.4 +pyvista==0.42.3 vtk==9.2.6 # Documentation dependencies