This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new e825a8dce [SEDONA-609] Pin numpy to v1 (#1574)
e825a8dce is described below

commit e825a8dce77b9ee06b39f081feab7f39650749f9
Author: Mikael Vaaltola <[email protected]>
AuthorDate: Tue Sep 3 19:34:59 2024 +0300

    [SEDONA-609] Pin numpy to v1 (#1574)
    
    Resolves #1572
---
 docker/sedona-spark-jupyterlab/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/sedona-spark-jupyterlab/requirements.txt 
b/docker/sedona-spark-jupyterlab/requirements.txt
index 77d0b2360..17e0433c2 100644
--- a/docker/sedona-spark-jupyterlab/requirements.txt
+++ b/docker/sedona-spark-jupyterlab/requirements.txt
@@ -11,3 +11,4 @@ jupyterlab-widgets==1.1.7
 keplergl==0.3.2
 matplotlib
 pydeck==0.8.0
+numpy<2

Reply via email to