Skip to content

Commit

Permalink
Do not allow [email protected] for now
Browse files Browse the repository at this point in the history
Current keplergl version may cause keplergl/kepler.gl#1601
  • Loading branch information
Rikuoja authored Nov 8, 2021
1 parent 6d82f65 commit 400487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'geopandas>=0.8.1',
'h3>=3.7.3',
'ipython-sql>=0.4.0',
'keplergl>=0.2.1'
'keplergl>=0.2.1,<0.3.0'
],
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 400487f

Please sign in to comment.