From 0057fa7310e1c66a16ff025e34ff5ee2dedde123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Wed, 8 Jan 2025 10:17:40 +0100 Subject: [PATCH] chore(deps): open3d 0.19 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10561ce5..9cd0922f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ remote-jupyter = [ tests = [ "differt[all]", "chex>=0.1.84", - "open3d-cpu>=0.18.0;python_version<'3.12' and sys_platform=='linux'", + "open3d-cpu>=0.19.0;python_version<'3.13' and sys_platform=='linux'", "pytest>=7.4.3", "pytest-benchmark>=4.0.0", "pytest-codspeed>=2.2.0",