From 0082c664f5685bb67654fbe9c86f263acb742938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:41:17 +0200 Subject: [PATCH] BUILD: Update pyvista's version (#164) --- doc/Makefile | 2 +- doc/make.bat | 2 +- requirements/requirements_doc.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 660499bdd..d0329ad62 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -23,7 +23,7 @@ help: @echo "Removing vtk to avoid conflicts with vtk-osmesa needed for CI/CD"; \ pip uninstall --yes vtk; \ @echo "Installing vtk-osmesa"; \ - pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.2.20230527.dev0; \ + pip install --extra-index-url https://wheels.vtk.org vtk-osmesa; \ fi @if [ "${ON_CI}" = "True" ] && [ "$$is_pypandoc_binary_installed" != "yes" ]; then \ @echo "Removing pypandoc to avoid conflicts with pypandoc-binary needed for CI/CD"; \ diff --git a/doc/make.bat b/doc/make.bat index 0507c9850..8c8412493 100644 --- a/doc/make.bat +++ b/doc/make.bat @@ -22,7 +22,7 @@ if NOT "%is_vtk_osmesa_installed%" == "vtk-osmesa" if "%ON_CI%" == "true" ( @ECHO ON echo "Installing vtk-osmesa" @ECHO OFF - pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.2.20230527.dev0) + pip install --extra-index-url https://wheels.vtk.org vtk-osmesa) for /f %%i in ('pip freeze ^| findstr /c:"pypandoc_binary"') do set is_pypandoc_binary_installed=%%i if NOT "%is_pypandoc_binary_installed%" == "pypandoc_binary" if "%ON_CI%" == "true" ( @ECHO ON diff --git a/requirements/requirements_doc.txt b/requirements/requirements_doc.txt index 1414bea2f..e29bbcdf7 100644 --- a/requirements/requirements_doc.txt +++ b/requirements/requirements_doc.txt @@ -8,7 +8,7 @@ numpy==1.26.4 openpyxl==3.1.4 osmnx==1.9.0 pandas==2.2.0 -pyvista==0.43.3 +pyvista==0.44.0 fast-simplification==0.1.7 joblib==1.4.0 # Never directly imported but required when loading ML related file