From 38c0b81cd0309d5b800819386c60a0bf025c8795 Mon Sep 17 00:00:00 2001 From: Boris Basic <boris.basic@edf.fr> Date: Mon, 17 Jun 2024 15:44:37 +0200 Subject: [PATCH] Add Rtree for GeoPandas --- python_requirements.txt | 1 + python_requirements_v8p4.txt | 1 + python_requirements_v8p5.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/python_requirements.txt b/python_requirements.txt index eeb91a8..4708c29 100644 --- a/python_requirements.txt +++ b/python_requirements.txt @@ -8,6 +8,7 @@ openpyxl OWSLib pandas pyproj +rtree seaborn # GDAL, Fiona and Rasterio Python packages cannot be installed using PyPI on Windows # Also, the version of Shapely that comes through pip is unstable diff --git a/python_requirements_v8p4.txt b/python_requirements_v8p4.txt index 004fab2..dd0cd53 100644 --- a/python_requirements_v8p4.txt +++ b/python_requirements_v8p4.txt @@ -105,6 +105,7 @@ requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rpds-py==0.12.0 +Rtree==1.1.0 scipy==1.8.1 seaborn==0.13.0 Send2Trash==1.8.2 diff --git a/python_requirements_v8p5.txt b/python_requirements_v8p5.txt index 7de6f91..6dfe339 100644 --- a/python_requirements_v8p5.txt +++ b/python_requirements_v8p5.txt @@ -104,6 +104,7 @@ requests==2.31.0 rfc3339-validator==0.1.4 rfc3986-validator==0.1.1 rpds-py==0.13.2 +Rtree==1.1.0 scipy==1.11.4 seaborn==0.13.0 Send2Trash==1.8.2 -- GitLab