diff --git a/Golden_Repo/s/scikit-image/scikit-image-0.19.3-foss-2022a.eb b/Golden_Repo/s/scikit-image/scikit-image-0.19.3-foss-2022a.eb deleted file mode 100644 index d0f19c038b4264631acf12b9692cbbf47cd282d7..0000000000000000000000000000000000000000 --- a/Golden_Repo/s/scikit-image/scikit-image-0.19.3-foss-2022a.eb +++ /dev/null @@ -1,43 +0,0 @@ -easyblock = 'PythonBundle' - -name = 'scikit-image' -version = '0.19.3' - -homepage = 'https://scikit-image.org/' -description = "scikit-image is a collection of algorithms for image processing." - -toolchain = {'name': 'foss', 'version': '2022a'} - -dependencies = [ - ('Python', '3.10.4'), - ('matplotlib', '3.5.2', '', ('gcccoremkl', '11.3.0-2022.1.0')), - ('Pillow-SIMD', '9.2.0'), - ('networkx', '2.8.4', '', ('gcccoremkl', '11.3.0-2022.1.0')), - ('dask', '2022.10.2', '', ('gcccoremkl', '11.3.0-2022.1.0')), - ('imageio', '2.22.2'), -] - -use_pip = True -sanity_pip_check = True - -exts_list = [ - ('PyWavelets', '1.4.1', { - 'modulename': 'pywt', - 'checksums': ['6437af3ddf083118c26d8f97ab43b0724b956c9f958e9ea788659f6a2834ba93'], - }), - ('imread', '0.7.4', { - 'checksums': ['0487adef11a22168700968c1727020361a72f6132b6ced2b8826b02d8cbf744f'], - }), - ('pooch', '1.6.0', { - 'checksums': ['57d20ec4b10dd694d2b05bb64bc6b109c6e85a6c1405794ce87ed8b341ab3f44'], - }), - ('tifffile', '2022.10.10', { - 'checksums': ['50b61ba943b866d191295bc38a00191c9fdab23ece063544c7f1a264e3f6aa8e'], - }), - (name, version, { - 'modulename': 'skimage', - 'checksums': ['24b5367de1762da6ee126dd8f30cc4e7efda474e0d7d70685433f0e3aa2ec450'], - }), -] - -moduleclass = 'vis' diff --git a/Golden_Repo/s/scikit-image/scikit-image-0.19.3-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/s/scikit-image/scikit-image-0.19.3-gcccoremkl-11.3.0-2022.1.0.eb index 434e5161cffc25c54576b18682a45026d1a7dbf1..1d1e65d6f84ce4abf03c191d775c3922bf4362fa 100644 --- a/Golden_Repo/s/scikit-image/scikit-image-0.19.3-gcccoremkl-11.3.0-2022.1.0.eb +++ b/Golden_Repo/s/scikit-image/scikit-image-0.19.3-gcccoremkl-11.3.0-2022.1.0.eb @@ -13,7 +13,7 @@ dependencies = [ ('matplotlib', '3.5.2'), ('Pillow-SIMD', '9.2.0'), ('networkx', '2.8.4'), - ('dask', '2022.10.2'), + ('dask', '2022.12.0'), ('imageio', '2.22.2'), ] diff --git a/Golden_Repo/s/scikit-learn/scikit-learn-1.1.2-foss-2022a.eb b/Golden_Repo/s/scikit-learn/scikit-learn-1.1.2-foss-2022a.eb deleted file mode 100644 index a2a04fa2ba1d6533415dad716ab243dc9ff95743..0000000000000000000000000000000000000000 --- a/Golden_Repo/s/scikit-learn/scikit-learn-1.1.2-foss-2022a.eb +++ /dev/null @@ -1,32 +0,0 @@ -easyblock = 'PythonBundle' - -name = 'scikit-learn' -version = '1.1.2' - -homepage = 'https://scikit-learn.org/stable/index.html' -description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world, -building upon numpy, scipy, and matplotlib. As a machine-learning module, -it provides versatile tools for data mining and analysis in any field of science and engineering. -It strives to be simple and efficient, accessible to everybody, and reusable in various contexts.""" - -toolchain = {'name': 'foss', 'version': '2022a'} - -dependencies = [ - ('Python', '3.10.4'), - ('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')), -] - -use_pip = True -sanity_pip_check = True - -exts_list = [ - (name, version, { - 'modulename': 'sklearn', - 'checksums': ['7c22d1305b16f08d57751a4ea36071e2215efb4c09cb79183faa4e8e82a3dbf8'], - }), - ('sklearn', '0.0', { - 'checksums': ['e23001573aa194b834122d2b9562459bf5ae494a2d59ca6b8aa22c85a44c0e31'], - }), -] - -moduleclass = 'data' diff --git a/Golden_Repo/x/xarray/xarray-2022.9.0-gcccoremkl-11.3.0-2022.1.0.eb b/Golden_Repo/x/xarray/xarray-2022.9.0-gcccoremkl-11.3.0-2022.1.0.eb index 6e0519d99d234bc0cbd49208eaa13fab0fbae27d..176a4fa78fb99dcdc9e108de39c5d70d03e0101d 100644 --- a/Golden_Repo/x/xarray/xarray-2022.9.0-gcccoremkl-11.3.0-2022.1.0.eb +++ b/Golden_Repo/x/xarray/xarray-2022.9.0-gcccoremkl-11.3.0-2022.1.0.eb @@ -18,7 +18,7 @@ dependencies = [ ('SciPy-bundle', '2022.05'), # required for numpy, pandas ('netcdf4-python', '1.6.1', '-serial'), ('h5py', '3.7.0', '-serial'), - ('dask', '2022.10.2'), + ('dask', '2022.12.0'), ('matplotlib', '3.5.2'), ('Seaborn', '0.12.1'), ]