Skip to content

Commit 53040bf

Browse files
authored
Merge pull request #51 from deepnote/ach/add-geopandas-to-datascience-image
add geopandas to datascience image
2 parents 756bee5 + a2462e8 commit 53040bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

python/datascience/requirements-3.11+.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ squarify==0.4.*
1616
tensorflow>=2.10,<3
1717
torch==2.1.*
1818
torchvision==0.16.*
19-
snowflake-snowpark-python==1.26.*
19+
snowflake-snowpark-python==1.26.*
20+
geopandas==1.0.*

python/datascience/requirements-below-3.11.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ squarify==0.4.*
1717
tensorflow>=2.10,<3
1818
torch==1.12.*
1919
torchvision==0.13.*
20-
snowflake-snowpark-python==1.26.*
20+
snowflake-snowpark-python==1.26.*
21+
geopandas>=0.11.1

0 commit comments

Comments
 (0)