From bf0051cf08361259d810c78d1dea9f561a4d4aa1 Mon Sep 17 00:00:00 2001 From: Jaewook Lee Date: Fri, 16 Feb 2024 17:14:18 +0100 Subject: [PATCH] update vedo version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a51d198..4691992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ 'Programming Language :: Python :: 3.12', ] dependencies = [ - 'vedo @ git+https://github.com/marcomusy/vedo.git@cb44ad7', + 'vedo>=2024.5.1', 'numpy', 'gustaf>=0.0.23', 'splinepy[all]>=0.0.51',