From cff1a7174b416dc7614ef43f74174d0896637e17 Mon Sep 17 00:00:00 2001
From: Sebastian Achilles <s.achilles@fz-juelich.de>
Date: Thu, 19 Jan 2023 16:56:18 +0100
Subject: [PATCH] add IPython to SciPy-Stack

---
 .../SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb            | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb
index 80252f39c..acd09daae 100644
--- a/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb
+++ b/Golden_Repo/s/SciPy-Stack/SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb
@@ -4,7 +4,7 @@ version = '2022a'
 
 homepage = 'http://www.scipy.org'
 description = """SciPy Stack is a collection of open source software for scientific computing in Python.
-SciPy Stack includes SciPy-bundle/2022.05, matplotlib/3.5.2, Seaborn/0.12.1, sympy/1.11.1 and xarray/2022.9.0.
+SciPy Stack includes SciPy-bundle/2022.05, matplotlib/3.5.2, Seaborn/0.12.1, sympy/1.11.1, xarray/2022.9.0 and IPython 8.5.0.
 """
 
 toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
@@ -16,6 +16,7 @@ dependencies = [
     ('Seaborn', '0.12.1'),
     ('sympy', '1.11.1'),
     ('xarray', '2022.9.0'),
+    ('IPython', '8.5.0'),
 ]
 
 moduleclass = 'vis'
-- 
GitLab