Skip to content

Commit

Permalink
set more compatible click version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jun 29, 2022
1 parent daf963f commit 8399186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
version = str(time.time())


extras_cli = ['click==8.1.3']
extras_cli = ['click>=7.0']
extras_jupyter = ['jupyterlab', 'ipywidgets']
extras_notebooks = ['pandas>=1.3<1.4']
extras_urbanaccess = ['urbanaccess==0.2.2', 'geopandas==0.10.2']
Expand Down

0 comments on commit 8399186

Please sign in to comment.