Skip to content

Commit

Permalink
trying to fix GDAL / numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 9, 2023
1 parent 6222dce commit 67f4d98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ classifiers =
packages = find:
python_requires = >=3.7.0
setup_requires =
numpy==1.21.5
pyspark==3.3.2
ipython>=7.22.0

install_requires =
keplergl==0.3.2
h3==3.7.3
gdal==3.4.3
gdal[numpy]==3.4.3

[options.package_data]
mosaic =
Expand Down

0 comments on commit 67f4d98

Please sign in to comment.