From 0a115b0a0f33c14228793c0812b6821d6ae33703 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 29 Sep 2024 00:26:12 +0000 Subject: [PATCH] CompatHelper: add new compat entry for PythonCall in [weakdeps] at version 0.9, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 4569797c..44a545bc 100644 --- a/Project.toml +++ b/Project.toml @@ -56,6 +56,7 @@ MemPool = "0.4.6" OnlineStats = "1" Plots = "1" PrecompileTools = "1.2" +PythonCall = "0.9" Requires = "1" ScopedValues = "1.1" Statistics = "1"