diff --git a/rtd_requirements.txt b/rtd_requirements.txt index e224aab7..2527a954 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -1,4 +1,4 @@ -dash < 3.4.0 +dash < 3.5.0 demandlib < 0.3.0 egoio >= 0.4.7, < 0.5.0 geopy >= 2.0.0, < 2.5.0 diff --git a/setup.py b/setup.py index f064d228..6ca00348 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def read(fname): requirements = [ "contextily < 1.8.0", - "dash < 3.4.0", + "dash < 3.5.0", "demandlib < 0.3.0", "descartes < 1.2.0", "egoio >= 0.4.7, < 0.5.0",