Skip to content

Commit

Permalink
Merge pull request #456 from databrickslabs/python/fix/installer
Browse files Browse the repository at this point in the history
removed gdal python package as dependency in our python package
  • Loading branch information
Milos Colic authored Nov 29, 2023
2 parents 4847680 + 8224392 commit 1952d3b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/actions/python_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runs:
run: |
cd python
pip install build wheel pyspark==${{ matrix.spark }} numpy==${{ matrix.numpy }}
pip install gdal==${{ matrix.gdal }}
pip install .
- name: Test and build python package
shell: bash
Expand Down
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 1952d3b

Please sign in to comment.