From 40f4d07c8af2b728df83f28487af284c01367cbf Mon Sep 17 00:00:00 2001 From: Sebastian Achilles <s.achilles@fz-juelich.de> Date: Tue, 6 Jun 2023 18:22:34 +0200 Subject: [PATCH] Update IPython in SciPy-Stack --- .../SciPy-Stack-2022a-gcccoremkl-11.3.0-2022.1.0.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 75e2b199c..a90454d68 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 @@ -5,7 +5,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, xarray/2022.9.0 -and IPython 8.5.0. +and IPython 8.14.0. """ toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'} @@ -17,7 +17,7 @@ dependencies = [ ('Seaborn', '0.12.1'), ('sympy', '1.11.1'), ('xarray', '2022.9.0'), - ('IPython', '8.5.0'), + ('IPython', '8.14.0'), ] moduleclass = 'vis' -- GitLab