Skip to content

Commit e20af97

Browse files
committed
fix extras requirements
1 parent cecd548 commit e20af97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
extras_cli = ['click>=7.0']
1515
extras_jupyter = ['jupyterlab', 'ipywidgets']
16-
extras_notebooks = ['pandas>=1.3<1.4']
16+
extras_notebooks = ['pandas>=1.3,<1.4']
1717
extras_urbanaccess = ['urbanaccess==0.2.2', 'geopandas==0.10.2']
1818
extras_apiproxy = ['psutil']
1919

0 commit comments

Comments
 (0)