From 748f0d7f109b5dc9d76cead88b16383bbfd22d12 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 11 Jan 2024 14:05:27 -0100 Subject: [PATCH] Update RCall compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 049e9bc71..a2582d3f3 100644 --- a/Project.toml +++ b/Project.toml @@ -72,7 +72,7 @@ Preferences = "1.3" Printf = "1.9" PyCall = "1.96" PythonCall = "0.9.15" -RCall = "0.13.18" +RCall = "0.14.0" RecipesBase = "1.0" RecursiveArrayTools = "3.3.4" Reexport = "1"