From e988d8a2ceefd1988cc827d545ebadb5d274773c Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 14 Aug 2024 10:06:53 +0200 Subject: [PATCH] pyproject.toml: Use mesa version smaller than 3 for now Require a mesa version smaller than 3 for now, until development is moved to Mesa-geo 1.0. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa183949..fae1bb52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ classifiers = [ ] readme = "README.md" dependencies = [ - "mesa", + "mesa<3", "geopandas", "libpysal", "rtree",