From a226bc202b4bc703974ed6b903d6dde233f03c2b Mon Sep 17 00:00:00 2001 From: izaslavsky Date: Tue, 24 Dec 2024 11:10:04 -0800 Subject: [PATCH] Update requirements.txt added numpy==1.26.4 this is required by ArcGIS --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 893601a..fd6cc9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,6 +20,7 @@ pysal contextily jupyterlab_widgets osmnx +numpy==1.26.4 # TODO: keplergl/bokeh conflict with their dependency on ipywidgets as of 12/5/24. keplergl wants ipyiwdgets<8 >=7.8.1, but bokeh wants ==8.*. # May have to pick one or the other