Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
numpy 2 is now OK; accept any recent beta of skia-python.
  • Loading branch information
jonathanhogg committed Jun 26, 2024
1 parent 5ea96e2 commit 692f05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"mapbox_earcut",
"moderngl",
"networkx",
"numpy<2",
"numpy",
"pillow>=10.1.0",
"pyserial",
"pyusb",
Expand All @@ -51,7 +51,7 @@ dependencies = [
"rtree",
"scipy",
"shapely",
"skia-python==126.0b8",
"skia-python>=117.0b3",
"trimesh",
]

Expand Down

0 comments on commit 692f05d

Please sign in to comment.