Skip to content

Commit 16b6936

Browse files
committed
Add snowflake-snowpark-python to datascience image
1 parent 712abd3 commit 16b6936

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

python/datascience/requirements-3.11+.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ scrapy==2.11.*
1010
jsonify==0.5
1111
datascience>=0.17,<1
1212
textblob==0.17.*
13-
tabulate==0.9.*
13+
tabulate==0.9.*s
1414
sympy==1.12
1515
squarify==0.4.*
1616
tensorflow>=2.10,<3
1717
torch==2.1.*
18-
torchvision==0.16.*
18+
torchvision==0.16.*
19+
snowflake-snowpark-python

python/datascience/requirements-below-3.11.txt

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

0 commit comments

Comments
 (0)