Skip to content

Commit 601305f

Browse files
committed
bifurcation: update guidance to use 'pip install svv[accel]' for local optimization accelerators
1 parent d2e0f3e commit 601305f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svv/tree/branch/bifurcation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
def add_vessel(tree, **kwargs):
3737
if not _LOCAL_OPT_AVAILABLE:
3838
raise ImportError(
39-
"Local optimization requires accelerators. Install with 'pip install svv[all]' "
39+
"Local optimization requires accelerators. Install with 'pip install svv[accel]' "
4040
"or build with SVV_BUILD_EXTENSIONS=1."
4141
)
4242
"""

0 commit comments

Comments
 (0)