Skip to content

Commit 4d1c984

Browse files
fix: PIn trame-vtk dependency
1 parent 7ed76f5 commit 4d1c984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -j 1 -W --color
5+
SPHINXOPTS = -j auto -W --color
66
SPHINXBUILD = sphinx-build
77
APIDIR = api
88
EXAMPLESDIR = examples

doc/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
88
set SPHINXBUILD=sphinx-build
99
)
1010
if "%SPHINXOPTS%" == "" (
11-
set SPHINXOPTS=-j 1 -W --color
11+
set SPHINXOPTS=-j auto -W --color
1212
)
1313
set SOURCEDIR=source
1414
set APIDIR=api

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"pyvista >= 0.43.0,<1",
2727
"websockets >= 12.0,< 16",
2828
"trame >= 3.6.0,<4",
29-
"trame-vtk >= 2.8.7,<3",
29+
"trame-vtk >= 2.8.7,<2.8.16",
3030
"trame-vuetify >= 2.4.3,< 4",
3131
]
3232

0 commit comments

Comments
 (0)