Skip to content

Commit

Permalink
removed gdal python package as dependency in our python package
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 16, 2023
1 parent 3c5ab2e commit 2ddbf4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ setup_requires =
install_requires =
keplergl==0.3.2
h3==3.7.3
gdal[numpy]==3.4.3

[options.package_data]
mosaic =
Expand Down
4 changes: 0 additions & 4 deletions python/test/test_raster_functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
import logging
import random
import unittest

from pyspark.sql.functions import abs, col, first, lit, sqrt, array

from .context import api
Expand Down

0 comments on commit 2ddbf4d

Please sign in to comment.