From f6ab1ca941cb9f17c2f7831a284b2d79e049189e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 15 Dec 2025 01:21:59 +0000 Subject: [PATCH] CompatHelper: bump compat for SubsurfaceCore to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a174b39..91f59e6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Porosity" uuid = "35db7a65-4993-4cb4-8bbd-c48e232b3666" -authors = ["Abhinav Pratap Singh "] version = "0.1.5" +authors = ["Abhinav Pratap Singh "] [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" @@ -22,7 +22,7 @@ QuadGK = "2.11.2" Reexport = "1.2.2" SpecialFunctions = "2.5.1" Statistics = "1.11.1" -SubsurfaceCore = "0.7" +SubsurfaceCore = "0.7, 0.8" UnPack = "1.0.2" julia = "1.11"