From 9cbce886a0580f31e91182c65934ab2afb29f570 Mon Sep 17 00:00:00 2001 From: lassepe Date: Fri, 9 Aug 2024 13:42:43 -0400 Subject: [PATCH] Bump PythonCall version to fix segfaults Resolves #27 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8490173..e1bfb3b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Wandb" uuid = "ad70616a-06c9-5745-b1f1-6a5f42545108" authors = ["Avik Pal and contributors"] -version = "0.5.5" +version = "0.5.6" [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab" @@ -23,7 +23,7 @@ FluxTraining = "0.3" MPI = "0.20" PackageExtensionCompat = "1" PlotlyJS = "v0.18.8" -PythonCall = "0.9" +PythonCall = "0.9.22" julia = "1" [extras]