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 75e2b199c39e9233a05d8f8b0c6e58b05488623a..a90454d685879b08b33bd8d1ba8bf1e7a25678be 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'