Skip to content

{geo}[foss/2025a] geopandas v1.1.2#25350

Merged
WilleBell merged 1 commit intoeasybuilders:developfrom
JarneRenders:20260220122000_new_pr_geopandas112
Feb 20, 2026
Merged

{geo}[foss/2025a] geopandas v1.1.2#25350
WilleBell merged 1 commit intoeasybuilders:developfrom
JarneRenders:20260220122000_new_pr_geopandas112

Conversation

@JarneRenders
Copy link
Copy Markdown
Contributor

(created using eb --new-pr)

@github-actions github-actions bot added 2025a issues & PRs related to 2025a common toolchains update labels Feb 20, 2026
@github-actions
Copy link
Copy Markdown

Updated software geopandas-1.1.2-foss-2025a.eb

Diff against geopandas-1.0.1-foss-2024a.eb

easybuild/easyconfigs/g/geopandas/geopandas-1.0.1-foss-2024a.eb

diff --git a/easybuild/easyconfigs/g/geopandas/geopandas-1.0.1-foss-2024a.eb b/easybuild/easyconfigs/g/geopandas/geopandas-1.1.2-foss-2025a.eb
index 533b9ca0d5..bc7dc84cbf 100644
--- a/easybuild/easyconfigs/g/geopandas/geopandas-1.0.1-foss-2024a.eb
+++ b/easybuild/easyconfigs/g/geopandas/geopandas-1.1.2-foss-2025a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'geopandas'
-version = '1.0.1'
+version = '1.1.2'
 
 homepage = 'https://geopandas.org'
 description = """GeoPandas is a project to add support for geographic data to pandas objects.
@@ -9,38 +9,39 @@ It currently implements GeoSeries and GeoDataFrame types which are subclasses of
 and pandas.DataFrame respectively. GeoPandas objects can act on shapely geometry objects and
 perform geometric operations."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 builddependencies = [
-    ('Cython', '3.0.10'),  # required for pyogrio
+    ('Cython', '3.1.1'),  # required for pyogrio
 ]
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('Python-bundle-PyPI', '2024.06'),
-    ('SciPy-bundle', '2024.05'),
-    ('Shapely', '2.0.6'),
+    ('Python', '3.13.1'),
+    ('Python-bundle-PyPI', '2025.04'),
+    ('SciPy-bundle', '2025.06'),
+    ('Shapely', '2.1.1'),
     ('Fiona', '1.10.1'),
-    ('pyproj', '3.7.0'),
-    ('matplotlib', '3.9.2'),
-    ('psycopg', '3.2.3'),  # optional
-    ('SQLAlchemy', '2.0.36'),
-    ('networkx', '3.4.2'),
-    ('scikit-learn', '1.5.2'),
-    ('numba', '0.60.0'),  # optional, numba extra in mapclassify
+    ('pyproj', '3.7.1'),
+    ('matplotlib', '3.10.3'),
+    ('psycopg', '3.2.9'),  # optional
+    ('SQLAlchemy', '2.0.41'),
+    ('networkx', '3.5'),
+    ('scikit-learn', '1.7.0'),
+    ('numba', '0.62.0'),  # optional, numba extra in mapclassify
 ]
 
 exts_list = [
-    ('pyogrio', '0.10.0', {
-        'checksums': ['ec051cb568324de878828fae96379b71858933413e185148acb6c162851ab23c'],
+    ('pyogrio', '0.12.1', {
+        'checksums': ['e548ab705bb3e5383693717de1e6c76da97f3762ab92522cb310f93128a75ff1'],
     }),
-    ('mapclassify', '2.8.1', {
+    ('mapclassify', '2.10.0', {
         'use_pip_extras': 'numba',
-        'checksums': ['306f4cb99ad1ea166b3efd7180c0a199d240bd801de7937327973d829673bc82'],
+        'checksums': ['0d6736a08c0b1e10e6197224ef512951514204706514244bd01aea49fd1442b3'],
     }),
     (name, version, {
-        'checksums': ['b8bf70a5534588205b7a56646e2082fb1de9a03599651b3d80c99ea4c2ca08ab'],
+        'checksums': ['33f7b33565c46a45b8459a2ab699ec943fdbb5716e58e251b3c413cf7783106c'],
     }),
 ]
 
+
 moduleclass = 'geo'
Diff against geopandas-1.0.1-foss-2023b.eb

easybuild/easyconfigs/g/geopandas/geopandas-1.0.1-foss-2023b.eb

diff --git a/easybuild/easyconfigs/g/geopandas/geopandas-1.0.1-foss-2023b.eb b/easybuild/easyconfigs/g/geopandas/geopandas-1.1.2-foss-2025a.eb
index c327857cdf..bc7dc84cbf 100644
--- a/easybuild/easyconfigs/g/geopandas/geopandas-1.0.1-foss-2023b.eb
+++ b/easybuild/easyconfigs/g/geopandas/geopandas-1.1.2-foss-2025a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'geopandas'
-version = '1.0.1'
+version = '1.1.2'
 
 homepage = 'https://geopandas.org'
 description = """GeoPandas is a project to add support for geographic data to pandas objects.
@@ -9,38 +9,39 @@ It currently implements GeoSeries and GeoDataFrame types which are subclasses of
 and pandas.DataFrame respectively. GeoPandas objects can act on shapely geometry objects and
 perform geometric operations."""
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 builddependencies = [
-    ('Cython', '3.0.10'),  # required for pyogrio
+    ('Cython', '3.1.1'),  # required for pyogrio
 ]
 
 dependencies = [
-    ('Python', '3.11.5'),
-    ('Python-bundle-PyPI', '2023.10'),
-    ('SciPy-bundle', '2023.11'),
-    ('Shapely', '2.0.6'),
+    ('Python', '3.13.1'),
+    ('Python-bundle-PyPI', '2025.04'),
+    ('SciPy-bundle', '2025.06'),
+    ('Shapely', '2.1.1'),
     ('Fiona', '1.10.1'),
-    ('pyproj', '3.6.1'),
-    ('matplotlib', '3.8.2'),  # optional
-    ('psycopg2', '2.9.10'),  # optional
-    ('SQLAlchemy', '2.0.29'),  # optional
-    ('networkx', '3.2.1'),  # needed by mapclassify
-    ('scikit-learn', '1.4.0'),  # needed by mapclassify
-    ('numba', '0.60.0'),  # optional, numba extra in mapclassify
+    ('pyproj', '3.7.1'),
+    ('matplotlib', '3.10.3'),
+    ('psycopg', '3.2.9'),  # optional
+    ('SQLAlchemy', '2.0.41'),
+    ('networkx', '3.5'),
+    ('scikit-learn', '1.7.0'),
+    ('numba', '0.62.0'),  # optional, numba extra in mapclassify
 ]
 
 exts_list = [
-    ('pyogrio', '0.10.0', {
-        'checksums': ['ec051cb568324de878828fae96379b71858933413e185148acb6c162851ab23c'],
+    ('pyogrio', '0.12.1', {
+        'checksums': ['e548ab705bb3e5383693717de1e6c76da97f3762ab92522cb310f93128a75ff1'],
     }),
-    ('mapclassify', '2.8.1', {
-        'checksums': ['306f4cb99ad1ea166b3efd7180c0a199d240bd801de7937327973d829673bc82'],
+    ('mapclassify', '2.10.0', {
         'use_pip_extras': 'numba',
+        'checksums': ['0d6736a08c0b1e10e6197224ef512951514204706514244bd01aea49fd1442b3'],
     }),
     (name, version, {
-        'checksums': ['b8bf70a5534588205b7a56646e2082fb1de9a03599651b3d80c99ea4c2ca08ab'],
+        'checksums': ['33f7b33565c46a45b8459a2ab699ec943fdbb5716e58e251b3c413cf7783106c'],
     }),
 ]
 
+
 moduleclass = 'geo'
Diff against geopandas-0.14.2-foss-2023a.eb

easybuild/easyconfigs/g/geopandas/geopandas-0.14.2-foss-2023a.eb

diff --git a/easybuild/easyconfigs/g/geopandas/geopandas-0.14.2-foss-2023a.eb b/easybuild/easyconfigs/g/geopandas/geopandas-1.1.2-foss-2025a.eb
index b2de30271a..bc7dc84cbf 100644
--- a/easybuild/easyconfigs/g/geopandas/geopandas-0.14.2-foss-2023a.eb
+++ b/easybuild/easyconfigs/g/geopandas/geopandas-1.1.2-foss-2025a.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'geopandas'
-version = '0.14.2'
+version = '1.1.2'
 
 homepage = 'https://geopandas.org'
 description = """GeoPandas is a project to add support for geographic data to pandas objects.
@@ -9,31 +9,39 @@ It currently implements GeoSeries and GeoDataFrame types which are subclasses of
 and pandas.DataFrame respectively. GeoPandas objects can act on shapely geometry objects and
 perform geometric operations."""
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
+
+builddependencies = [
+    ('Cython', '3.1.1'),  # required for pyogrio
+]
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('Python-bundle-PyPI', '2023.06'),
-    ('SciPy-bundle', '2023.07'),
-    ('Shapely', '2.0.1'),
-    ('Fiona', '1.9.5'),
-    ('pyproj', '3.6.0'),
-    ('matplotlib', '3.7.2'),  # optional
-    ('psycopg2', '2.9.9'),  # optional
-    ('SQLAlchemy', '2.0.25'),  # optional
-    ('networkx', '3.1'),  # needed by mapclassify
-    ('scikit-learn', '1.3.1'),  # needed by mapclassify
-    ('numba', '0.58.1'),  # optional, numba extra in mapclassify
+    ('Python', '3.13.1'),
+    ('Python-bundle-PyPI', '2025.04'),
+    ('SciPy-bundle', '2025.06'),
+    ('Shapely', '2.1.1'),
+    ('Fiona', '1.10.1'),
+    ('pyproj', '3.7.1'),
+    ('matplotlib', '3.10.3'),
+    ('psycopg', '3.2.9'),  # optional
+    ('SQLAlchemy', '2.0.41'),
+    ('networkx', '3.5'),
+    ('scikit-learn', '1.7.0'),
+    ('numba', '0.62.0'),  # optional, numba extra in mapclassify
 ]
 
 exts_list = [
-    ('mapclassify', '2.6.1', {
-        'checksums': ['4441798d55a051e75206bf46dccfc8a8f8323aac8596d19961d11660c98677ca'],
+    ('pyogrio', '0.12.1', {
+        'checksums': ['e548ab705bb3e5383693717de1e6c76da97f3762ab92522cb310f93128a75ff1'],
+    }),
+    ('mapclassify', '2.10.0', {
         'use_pip_extras': 'numba',
+        'checksums': ['0d6736a08c0b1e10e6197224ef512951514204706514244bd01aea49fd1442b3'],
     }),
     (name, version, {
-        'checksums': ['6e71d57b8376f9fdc9f1c3aa3170e7e420e91778de854f51013ae66fd371ccdb'],
+        'checksums': ['33f7b33565c46a45b8459a2ab699ec943fdbb5716e58e251b3c413cf7783106c'],
     }),
 ]
 
+
 moduleclass = 'geo'

@WilleBell
Copy link
Copy Markdown
Contributor

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@WilleBell: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=25350 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_25350 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9786

Test results coming soon (I hope)...

Details

- notification for comment with ID 3934302811 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 4 mins 10 secs) (1 easyconfigs in total)
jsczen3c2.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/59f944a27712cc94e83f6002b49e962d for a full test report.

Copy link
Copy Markdown
Contributor

@WilleBell WilleBell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@WilleBell WilleBell added this to the next release (5.2.1) milestone Feb 20, 2026
@WilleBell
Copy link
Copy Markdown
Contributor

Going in, thanks @JarneRenders!

@WilleBell WilleBell merged commit 946ecac into easybuilders:develop Feb 20, 2026
8 checks passed
@JarneRenders JarneRenders deleted the 20260220122000_new_pr_geopandas112 branch February 20, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025a issues & PRs related to 2025a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants