Skip to content

Commit 692f05d

Browse files
committed
Fix requirements
numpy 2 is now OK; accept any recent beta of skia-python.
1 parent 5ea96e2 commit 692f05d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"mapbox_earcut",
4343
"moderngl",
4444
"networkx",
45-
"numpy<2",
45+
"numpy",
4646
"pillow>=10.1.0",
4747
"pyserial",
4848
"pyusb",
@@ -51,7 +51,7 @@ dependencies = [
5151
"rtree",
5252
"scipy",
5353
"shapely",
54-
"skia-python==126.0b8",
54+
"skia-python>=117.0b3",
5555
"trimesh",
5656
]
5757

0 commit comments

Comments
 (0)