diff --git a/rtd_requirements.txt b/rtd_requirements.txt index deefb500..614aa73c 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -3,7 +3,7 @@ demandlib < 0.3.0 egoio >= 0.4.7, < 0.5.0 geopy >= 2.4.1, < 2.5.0 jupyter_dash < 0.5.0 -matplotlib < 3.11.0 +matplotlib < 3.12.0 multiprocess < 0.71.0 networkx >= 3.6.1, < 3.7.0 pandas >= 1.4.0, < 2.2.0 diff --git a/setup.py b/setup.py index d14da8b2..b1ea6f14 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(fname): "geopy >= 2.0.0, < 2.5.0", "jupyterlab < 4.6.0", "jupyter_dash < 0.5.0", - "matplotlib >= 3.3.0, < 3.11.0", + "matplotlib >= 3.3.0, < 3.12.0", "multiprocess < 0.71.0", "networkx >= 2.5.0, < 3.7.0", # newer pandas versions don't work with specified sqlalchemy versions, but upgrading