Skip to content

Commit

Permalink
fix extras requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Feb 5, 2023
1 parent cecd548 commit e20af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@

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

Expand Down

0 comments on commit e20af97

Please sign in to comment.