From d7f5284f2e18ad4fe31ea17bacd5ed25be0e3304 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 17 Nov 2023 09:12:05 -0500 Subject: [PATCH] Update Project.toml --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 543a02a8b..408676650 100644 --- a/Project.toml +++ b/Project.toml @@ -69,6 +69,8 @@ PartialFunctions = "1.1" PrecompileTools = "1" Preferences = "1.3" Printf = "1.9" +PyCall = "1.96" +PythonCall = "0.9" RCall = "0.13.18" RecipesBase = "0.7.0, 0.8, 1.0" RecursiveArrayTools = "2.33"