From 51afd3b3d765ec0212253d8e9f0ff4cb220a86b2 Mon Sep 17 00:00:00 2001 From: Julian Perelli Date: Thu, 27 Jun 2024 13:50:29 +0200 Subject: [PATCH] geopandas compatibility --- requirements/base.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/base.txt b/requirements/base.txt index 59f262c7..c892efb9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,6 +29,7 @@ django-treebeard==4.5.1 # https://github.com/django-treebeard/django-treebeard git+https://github.com/jperelli/django-rest-framework-social-oauth2.git@django3_compatible geopandas==0.12.1 pandas==1.5.1 +numpy==1.26.4 # this should not be here, but it's pinned because of pandas and geopandas compatibility # Shapely==1.6.4.post2 # Rtree==0.8.3