Skip to content

Commit

Permalink
pyproject.toml: Use mesa version smaller than 3 for now
Browse files Browse the repository at this point in the history
Require a mesa version smaller than 3 for now, until development is moved to Mesa-geo 1.0.
  • Loading branch information
EwoutH authored and rht committed Aug 14, 2024
1 parent 7325c46 commit e988d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
readme = "README.md"
dependencies = [
"mesa",
"mesa<3",
"geopandas",
"libpysal",
"rtree",
Expand Down

0 comments on commit e988d8a

Please sign in to comment.