From 711924e0eef1c8086da6e46a67c6f711cbabd035 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Wed, 8 Nov 2023 07:49:43 +0100 Subject: [PATCH] add stdlib compats --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index e1ab363..1f3e871 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,9 @@ DataStructures = "0.18" DelayDiffEq = "5.28.3" DiffEqBase = "6.122" DiffEqNoiseProcess = "5" +LinearAlgebra = "1.9" +Logging = "1.9" +Random = "1.9" RandomNumbers = "1" RecursiveArrayTools = "1,2" Reexport = "1.0"