Skip to content

Commit a59f288

Browse files
authored
Merge pull request #24931 from boegel/fix_SciPy-bundle_version_2023b
change version for SciPy-bundle with iimkl/2023b from 2023.12 to 202311 to align it with `gfbf/2023b` easyconfig
2 parents 0990714 + 65c20b0 commit a59f288

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

easybuild/easyconfigs/s/SciPy-bundle/SciPy-bundle-2023.12-iimkl-2023b.eb renamed to easybuild/easyconfigs/s/SciPy-bundle/SciPy-bundle-2023.11-iimkl-2023b.eb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
easyblock = 'PythonBundle'
22

33
name = 'SciPy-bundle'
4-
version = '2023.12'
4+
# using 2023.11 as version to keep it aligned with gfbf/2023b version
5+
version = '2023.11'
56

67
homepage = 'https://python.org/'
78
description = "Bundle of Python packages for scientific software"

0 commit comments

Comments
 (0)