Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Bump KeplerGl to 0.3.2, as it looks like the kepler issues 1597 and 1601 are solved through PR 1602, and there has been some issues with Kepler 0.3.0 not displaying base maps.

Change author to Riku Oja from here on.
  • Loading branch information
RaineEkman authored Jun 4, 2024
1 parent 51535ad commit 8e58954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

setuptools.setup(
name='ipygis',
version='0.2.0',
author='Joona Laine',
author_email='joona@gispo.fi',
version='0.2.1',
author='Riku Oja',
author_email='riku@gispo.fi',
description='GIS utils and GIS visualization/analysis functions for Jupyter Notebook',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -19,7 +19,7 @@
'geopandas>=0.8.1',
'h3>=3.7.3',
'ipython-sql>=0.4.0',
'keplergl>=0.2.1,<0.3.1',
'keplergl=0.3.2',
'libpysal>=4.5.1'
],
classifiers=[
Expand Down

0 comments on commit 8e58954

Please sign in to comment.