Skip to content

Commit

Permalink
set version range for mapbox_earcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Aug 7, 2024
1 parent 480ece1 commit 2331217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ easy = [
"pillow",
"xatlas",
"vhacdx; python_version>='3.9'",
"mapbox_earcut; python_version>='3.9'",
# old versions of mapbox_earcut produce incorrect values on numpy 2.0
"mapbox_earcut >= 1.0.2; python_version>='3.9'",
]

recommend = [
Expand Down

0 comments on commit 2331217

Please sign in to comment.