From e20af974838f8830599cb8f9c230e231eab17d05 Mon Sep 17 00:00:00 2001 From: Ori Hoch Date: Sun, 5 Feb 2023 12:12:22 +0200 Subject: [PATCH] fix extras requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3980e3a..463c0e0 100644 --- a/setup.py +++ b/setup.py @@ -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']