From 692f05d0fc248ace0554b545dae72a7618001f45 Mon Sep 17 00:00:00 2001 From: Jonathan Hogg Date: Wed, 26 Jun 2024 14:41:20 +0100 Subject: [PATCH] Fix requirements numpy 2 is now OK; accept any recent beta of skia-python. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 222d9bf4..b831156a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "mapbox_earcut", "moderngl", "networkx", - "numpy<2", + "numpy", "pillow>=10.1.0", "pyserial", "pyusb", @@ -51,7 +51,7 @@ dependencies = [ "rtree", "scipy", "shapely", - "skia-python==126.0b8", + "skia-python>=117.0b3", "trimesh", ]