From 23e1be558a7f5ca4e32700d53504d903cbaed58f Mon Sep 17 00:00:00 2001 From: Athanasios Karmas <karmas@athenarc.gr> Date: Thu, 22 Jul 2021 09:28:36 +0000 Subject: [PATCH] Include python notebooks' specifics --- spack.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spack.yaml b/spack.yaml index 0cc78a73..d25acda1 100644 --- a/spack.yaml +++ b/spack.yaml @@ -1,5 +1,10 @@ spack: specs: + # Notebook + - py-jupyter %gcc@10.3.0 + - py-ipython %gcc@10.3.0 + - py-ipykernel %gcc@10.3.0 + - py-notebook %gcc@10.3.0 # General - py-pip %gcc@10.3.0 # EBRAINS simulators -- GitLab