From b2f9090db0e36c2f699523a84da07b5714d7af4f Mon Sep 17 00:00:00 2001 From: Esteban Zimanyi Date: Wed, 13 May 2026 12:13:26 +0200 Subject: [PATCH] Pin PyMEOS 1.3 in per-folder requirements files Each example folder now ships a requirements.txt that pins pymeos at or above the 1.3.0a1 alpha so users installing fresh do not pull 1.2.x and hit the unified spatial nomenclature mismatch. The notebook imports themselves (TGeogPointInst, TFloatInst, TGeomPointSeq, TGeomPointInst, STBox, pymeos_initialize) still resolve unchanged against PyMEOS 1.3 because the class layer was kept stable across the MEOS C-level rename. --- MovingPandas/requirements.txt | 9 +++++++++ PyMEOS_Examples/requirements.txt | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 MovingPandas/requirements.txt create mode 100644 PyMEOS_Examples/requirements.txt diff --git a/MovingPandas/requirements.txt b/MovingPandas/requirements.txt new file mode 100644 index 0000000..a8212e5 --- /dev/null +++ b/MovingPandas/requirements.txt @@ -0,0 +1,9 @@ +pymeos>=1.3.0a1 +pandas>=2.0 +matplotlib>=3.7 +geopandas>=0.13 +shapely>=2.0 +movingpandas>=0.16 +holoviews>=1.18 +distinctipy>=1.3 +tqdm>=4.65 diff --git a/PyMEOS_Examples/requirements.txt b/PyMEOS_Examples/requirements.txt new file mode 100644 index 0000000..abd1c13 --- /dev/null +++ b/PyMEOS_Examples/requirements.txt @@ -0,0 +1,5 @@ +pymeos>=1.3.0a1 +pandas>=2.0 +matplotlib>=3.7 +tqdm>=4.65 +contextily>=1.3