From 67b7fd1e64122175cccb11d00b94c5e263a49d33 Mon Sep 17 00:00:00 2001 From: Jordan DeKraker Date: Wed, 26 Jun 2024 10:24:14 -0400 Subject: [PATCH] naturalneighbour interpolation --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6fe5eb6..46256d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ scikit-fmm = "^2022.03.26" simpleitk = "2.0.2" matplotlib = "3.4.2" torch = "1.10.0" +naturalneighbor = "^0.2.1" [tool.poetry.dev-dependencies]