Change computational env to include graphviz for workflow visualization

This commit is contained in:
2025-06-07 20:02:41 +02:00
parent 457a2ae016
commit fda5099221
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ fi
echo "Installing additional pip packages..."
pip install pybis==1.35 igor2 ipykernel sphinx
pip install dash dash-bootstrap-components
pip install graphviz
# Check if pip installations were successful
if [ $? -ne 0 ]; then