From 123b430af8b97edec62a7fa6c2d2b2f7ca8d9c35 Mon Sep 17 00:00:00 2001 From: Erik Faulhaber <44124897+efaulhaber@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:30:34 +0100 Subject: [PATCH] Increase compat for PointNeighbors.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index aface47aa..0a62c64cf 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ GPUArraysCore = "0.2" JSON = "0.21" KernelAbstractions = "0.9" MuladdMacro = "0.2" -PointNeighbors = "0.4.2" +PointNeighbors = "0.4.6" Polyester = "0.7.10" RecipesBase = "1" Reexport = "1"