From be85b47c914c995d32c80dae38fe034d9b37010e Mon Sep 17 00:00:00 2001 From: shimoura Date: Tue, 26 Nov 2024 15:40:27 +0100 Subject: [PATCH] update package installation command in humam_tutorial.ipynb --- humam_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/humam_tutorial.ipynb b/humam_tutorial.ipynb index 3c5ada0..2ab1d89 100644 --- a/humam_tutorial.ipynb +++ b/humam_tutorial.ipynb @@ -126,7 +126,7 @@ "outputs": [], "source": [ "# If using the Kernel EBRAINS-24.04, install the following missing packages. Otherwise, comment out the following line.\n", - "!pip install dicthash xlrd" + "!pip install dicthash nnmt" ] }, {