Skip to content

Commit 07e7dc1

Browse files
Update vtk requirement from <9.6 to <9.7 (#630)
Updates the requirements on [vtk](https://vtk.org) to permit the latest version. --- updated-dependencies: - dependency-name: vtk dependency-version: 9.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d65d003 commit 07e7dc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docs = [
4646
'typed-ast==1.5.5',
4747
'typing_extensions==4.15.0',
4848
'vtk-xref==0.1.1',
49-
'vtk<9.6',
49+
'vtk<9.7',
5050
]
5151

5252
[tool.ruff]

0 commit comments

Comments
 (0)