From f1b57f06e53c406077d59007af11b71e865152e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Chud=C3=BD?= Date: Thu, 13 Feb 2025 15:34:48 +0100 Subject: [PATCH 1/2] add Geopandas to datascience image --- python/datascience/requirements-3.11+.txt | 3 ++- python/datascience/requirements-below-3.11.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python/datascience/requirements-3.11+.txt b/python/datascience/requirements-3.11+.txt index 50ec33f..228eb20 100644 --- a/python/datascience/requirements-3.11+.txt +++ b/python/datascience/requirements-3.11+.txt @@ -16,4 +16,5 @@ squarify==0.4.* tensorflow>=2.10,<3 torch==2.1.* torchvision==0.16.* -snowflake-snowpark-python==1.26.* \ No newline at end of file +snowflake-snowpark-python==1.26.* +geopandas==1.0.* \ No newline at end of file diff --git a/python/datascience/requirements-below-3.11.txt b/python/datascience/requirements-below-3.11.txt index d37c0b9..edfe0cb 100644 --- a/python/datascience/requirements-below-3.11.txt +++ b/python/datascience/requirements-below-3.11.txt @@ -17,4 +17,5 @@ squarify==0.4.* tensorflow>=2.10,<3 torch==1.12.* torchvision==0.13.* -snowflake-snowpark-python==1.26.* \ No newline at end of file +snowflake-snowpark-python==1.26.* +geopandas==1.0.* \ No newline at end of file From a2462e874b17d065e0c4965bcdec5ed75a83627c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Chud=C3=BD?= Date: Thu, 13 Feb 2025 15:45:59 +0100 Subject: [PATCH 2/2] Lates geopandas is not compatible with older python --- python/datascience/requirements-below-3.11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/datascience/requirements-below-3.11.txt b/python/datascience/requirements-below-3.11.txt index edfe0cb..38e6b9c 100644 --- a/python/datascience/requirements-below-3.11.txt +++ b/python/datascience/requirements-below-3.11.txt @@ -18,4 +18,4 @@ tensorflow>=2.10,<3 torch==1.12.* torchvision==0.13.* snowflake-snowpark-python==1.26.* -geopandas==1.0.* \ No newline at end of file +geopandas>=0.11.1 \ No newline at end of file