Skip to content

Commit 637618c

Browse files
fix: Remove VTK patch
1 parent cf752a9 commit 637618c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
docs-build:
7070
name: Documentation Build
71-
runs-on: windows-latest
71+
runs-on: ubuntu-latest
7272
needs: [docs-style]
7373
steps:
7474
- name: Setup headless display

doc/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ pdf:
3333

3434
# Build HTML files and generate examples as .py files
3535
html:
36-
pip uninstall vtk -y
37-
pip install --extra-index-url https://wheels.vtk.org vtk-osmesa
3836
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Programming Language :: Python :: 3.13",
2424
]
2525
dependencies = [
26-
"pyvista >= 0.45.0,<1",
26+
"pyvista >= 0.43.0,<1",
2727
"websockets >= 12.0,< 16",
2828
"trame >= 3.6.0,<4",
2929
"trame-vtk >= 2.8.7,<3",
@@ -44,6 +44,7 @@ tests = [
4444
]
4545

4646
doc = [
47+
"pyvista==0.45.0",
4748
"ansys-sphinx-theme==1.3.2",
4849
"jupyter_sphinx==0.5.3",
4950
"jupytext==1.17.1",

0 commit comments

Comments
 (0)