Skip to content

Commit

Permalink
refactor(bindings): disable vtk dependency
Browse files Browse the repository at this point in the history
* Currently we don't make use of it since auditwheel does not like our VTK workaround and it also causes issues in the alpine pipeline
  • Loading branch information
Curve committed May 24, 2024
1 parent d807303 commit a76ffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "ViennaLS_Python"
readme = "README.md"
license = {file = "LICENSE"}
description = "A high performance sparse level set library"
dependencies = ['vtk >= 9.0.0, < 10']
# dependencies = ['vtk >= 9.0.0, < 10']

[project.urls]
Homepage = "https://viennatools.github.io/ViennaLS/"
Expand Down

0 comments on commit a76ffac

Please sign in to comment.