Skip to content

Commit

Permalink
BUILD: Update pyvista's version (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys authored Jul 31, 2024
1 parent 1d68f08 commit 0082c66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"; \
Expand Down
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0082c66

Please sign in to comment.