Skip to content

Commit

Permalink
Require Mesa 3.0 stable
Browse files Browse the repository at this point in the history
Require Mesa 3.0 stable, so we can make sure all features from Mesa 3 can be used in Mesa-geo.
  • Loading branch information
EwoutH authored and wang-boyu committed Nov 24, 2024
1 parent 3738d4c commit 6eb8dfb
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[rec]>=3.0.0a4",
"mesa[rec]>=3.0",
"geopandas",
"libpysal",
"rtree",
Expand Down

0 comments on commit 6eb8dfb

Please sign in to comment.