We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ceb77 commit 3c7fe5fCopy full SHA for 3c7fe5f
pyproject.toml
@@ -46,7 +46,7 @@ dependencies = [
46
"tqdm",
47
"LoopStructural>=1.6.21",
48
]
49
-optional-dependencies.all = [ "loop", "vtk" ]
+optional-dependencies.all = [ "vtk","docs" ]
50
optional-dependencies.dev = [
51
"black",
52
"codespell",
@@ -62,8 +62,8 @@ optional-dependencies.docs = [
62
"sphinx",
63
"sphinx-rtd-theme",
64
"sphinx-gallery",
65
+ "vtk"
66
-optional-dependencies.loop = [ "loopstructural>=1.6.21" ]
67
optional-dependencies.vtk = [ "pyvista" ]
68
69
[tool.setuptools.packages.find]
0 commit comments