Skip to content

{geo}[foss/2023b] clisops v0.15.0, xclim v0.53.2#25889

Open
stamenminkov wants to merge 1 commit intoeasybuilders:developfrom
stamenminkov:20260429172943_new_pr_clisops0150
Open

{geo}[foss/2023b] clisops v0.15.0, xclim v0.53.2#25889
stamenminkov wants to merge 1 commit intoeasybuilders:developfrom
stamenminkov:20260429172943_new_pr_clisops0150

Conversation

@stamenminkov
Copy link
Copy Markdown

@stamenminkov stamenminkov commented Apr 29, 2026

No AI used, based on existing .eb files.

@github-actions
Copy link
Copy Markdown

Updated software clisops-0.15.0-foss-2023b.eb

Diff against clisops-0.15.0-foss-2024a.eb

easybuild/easyconfigs/c/clisops/clisops-0.15.0-foss-2024a.eb

diff --git a/easybuild/easyconfigs/c/clisops/clisops-0.15.0-foss-2024a.eb b/easybuild/easyconfigs/c/clisops/clisops-0.15.0-foss-2023b.eb
index 91db80ea0e..8cdcb1ae1d 100644
--- a/easybuild/easyconfigs/c/clisops/clisops-0.15.0-foss-2024a.eb
+++ b/easybuild/easyconfigs/c/clisops/clisops-0.15.0-foss-2023b.eb
@@ -11,23 +11,23 @@ interpreted by Xarray. These basic operations (subsetting, averaging and
 regridding) are likely to work where data structures are NetCDF-centric, such
 as those found in ESGF data sets."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2023b'}
 
 builddependencies = [
     ('Cython', '3.0.10'),  # required for cftime
-    ('hatchling', '1.24.2'),  # required for filelock
+    ('hatchling', '1.18.0'),  # required for filelock
 ]
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('dask', '2024.9.1'),
-    ('xarray', '2024.11.0'),
-    ('aiohttp', '3.10.10'),
-    ('Cartopy', '0.24.1'),
-    ('GDAL', '3.10.0'),
+    ('Python', '3.11.5'),
+    ('SciPy-bundle', '2023.11'),
+    ('dask', '2024.5.1'),
+    ('xarray', '2024.5.0'),
+    ('aiohttp', '3.9.5'),
+    ('Cartopy', '0.22.0'),
+    ('GDAL', '3.9.0'),
     ('geopandas', '1.0.1'),
-    ('pyproj', '3.7.0'),
+    ('pyproj', '3.6.1'),
     ('zarr', '2.18.4'),
 ]
 

Updated software xclim-0.53.2-foss-2023b.eb

Diff against xclim-0.58.1-foss-2024a.eb

easybuild/easyconfigs/x/xclim/xclim-0.58.1-foss-2024a.eb

diff --git a/easybuild/easyconfigs/x/xclim/xclim-0.58.1-foss-2024a.eb b/easybuild/easyconfigs/x/xclim/xclim-0.53.2-foss-2023b.eb
index fb1d7c89b0..c0bfbdf9e9 100644
--- a/easybuild/easyconfigs/x/xclim/xclim-0.58.1-foss-2024a.eb
+++ b/easybuild/easyconfigs/x/xclim/xclim-0.53.2-foss-2023b.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'xclim'
-version = '0.58.1'
+version = '0.53.2'
 
 homepage = 'https://xclim.readthedocs.io'
 description = """
@@ -10,19 +10,19 @@ climate-related indicator tools with an extensible framework for constructing
 custom climate indicators, statistical downscaling and bias adjustment of
 climate model simulations, as well as climate model ensemble analysis tools."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2023b'}
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('dask', '2024.9.1'),
-    ('PyYAML', '6.0.2'),
-    ('Pint', '0.24.4'),
-    ('Arrow', '17.0.0'),
-    ('scikit-learn', '1.5.2'),
-    ('xarray', '2024.11.0'),
+    ('Python', '3.11.5'),
+    ('SciPy-bundle', '2023.11'),
+    ('PyYAML', '6.0.1'),
+    ('Pint', '0.24'),
+    ('Arrow', '16.1.0'),
+    ('scikit-learn', '1.4.0'),
+    ('xarray', '2024.5.0'),
+    ('dask', '2024.5.1'),
     ('clisops', '0.15.0'),  # optional
-    ('statsmodels', '0.14.4'),
+    ('statsmodels', '0.14.1'),
 ]
 
 exts_list = [
@@ -42,7 +42,7 @@ exts_list = [
         'checksums': ['60be681f35e4939320b89de0d6f187ee0e5479ae7f7286b7f17f0859ddee4a66'],
     }),
     (name, version, {
-        'checksums': ['8d0717a7de7873c9571ddeaaa07482d8faf2f43d2f9aa1ec1f371a49f528c558'],
+        'checksums': ['733fb3235fb13af847eb5f1b73d45b6fa6b2a6d9bd5ad69b4110a7a2d7eec868'],
     }),
 ]
 
Diff against xclim-0.55.1-foss-2024a.eb

easybuild/easyconfigs/x/xclim/xclim-0.55.1-foss-2024a.eb

diff --git a/easybuild/easyconfigs/x/xclim/xclim-0.55.1-foss-2024a.eb b/easybuild/easyconfigs/x/xclim/xclim-0.53.2-foss-2023b.eb
index cef2629c0f..c0bfbdf9e9 100644
--- a/easybuild/easyconfigs/x/xclim/xclim-0.55.1-foss-2024a.eb
+++ b/easybuild/easyconfigs/x/xclim/xclim-0.53.2-foss-2023b.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'xclim'
-version = '0.55.1'
+version = '0.53.2'
 
 homepage = 'https://xclim.readthedocs.io'
 description = """
@@ -10,19 +10,19 @@ climate-related indicator tools with an extensible framework for constructing
 custom climate indicators, statistical downscaling and bias adjustment of
 climate model simulations, as well as climate model ensemble analysis tools."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2023b'}
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('dask', '2024.9.1'),
-    ('PyYAML', '6.0.2'),
-    ('Pint', '0.24.4'),
-    ('Arrow', '17.0.0'),
-    ('scikit-learn', '1.5.2'),
-    ('xarray', '2024.11.0'),
+    ('Python', '3.11.5'),
+    ('SciPy-bundle', '2023.11'),
+    ('PyYAML', '6.0.1'),
+    ('Pint', '0.24'),
+    ('Arrow', '16.1.0'),
+    ('scikit-learn', '1.4.0'),
+    ('xarray', '2024.5.0'),
+    ('dask', '2024.5.1'),
     ('clisops', '0.15.0'),  # optional
-    ('statsmodels', '0.14.4'),
+    ('statsmodels', '0.14.1'),
 ]
 
 exts_list = [
@@ -42,7 +42,7 @@ exts_list = [
         'checksums': ['60be681f35e4939320b89de0d6f187ee0e5479ae7f7286b7f17f0859ddee4a66'],
     }),
     (name, version, {
-        'checksums': ['35fe67432eeecfc0ab945a0afe5c342be37a74dd8a6581d2400dd6e89e911c83'],
+        'checksums': ['733fb3235fb13af847eb5f1b73d45b6fa6b2a6d9bd5ad69b4110a7a2d7eec868'],
     }),
 ]
 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant