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 d2e0f3e commit 601305fCopy full SHA for 601305f
svv/tree/branch/bifurcation.py
@@ -36,7 +36,7 @@
36
def add_vessel(tree, **kwargs):
37
if not _LOCAL_OPT_AVAILABLE:
38
raise ImportError(
39
- "Local optimization requires accelerators. Install with 'pip install svv[all]' "
+ "Local optimization requires accelerators. Install with 'pip install svv[accel]' "
40
"or build with SVV_BUILD_EXTENSIONS=1."
41
)
42
"""
0 commit comments