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..38e6b9c 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>=0.11.1 \ No newline at end of file