Skip to content

Commit 6efeb4b

Browse files
committed
BUILD: Update pyvista's version
1 parent afa1635 commit 6efeb4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
@echo "Removing vtk to avoid conflicts with vtk-osmesa needed for CI/CD"; \
2424
pip uninstall --yes vtk; \
2525
@echo "Installing vtk-osmesa"; \
26-
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.2.20230527.dev0; \
26+
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa; \
2727
fi
2828
@if [ "${ON_CI}" = "True" ] && [ "$$is_pypandoc_binary_installed" != "yes" ]; then \
2929
@echo "Removing pypandoc to avoid conflicts with pypandoc-binary needed for CI/CD"; \

doc/make.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if NOT "%is_vtk_osmesa_installed%" == "vtk-osmesa" if "%ON_CI%" == "true" (
2222
@ECHO ON
2323
echo "Installing vtk-osmesa"
2424
@ECHO OFF
25-
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa==9.2.20230527.dev0)
25+
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa)
2626
for /f %%i in ('pip freeze ^| findstr /c:"pypandoc_binary"') do set is_pypandoc_binary_installed=%%i
2727
if NOT "%is_pypandoc_binary_installed%" == "pypandoc_binary" if "%ON_CI%" == "true" (
2828
@ECHO ON

requirements/requirements_doc.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numpy==1.26.4
88
openpyxl==3.1.4
99
osmnx==1.9.0
1010
pandas==2.2.0
11-
pyvista==0.43.3
11+
pyvista==0.44.0
1212
fast-simplification==0.1.7
1313
joblib==1.4.0
1414
# Never directly imported but required when loading ML related file

0 commit comments

Comments
 (0)