From dd8b4307ead69820d5d4f719c44a4af0665c8239 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Thu, 2 Nov 2023 18:31:28 -0600 Subject: [PATCH] add compat entries for Standard Library --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 8f14cd3a..299915a3 100644 --- a/Project.toml +++ b/Project.toml @@ -23,9 +23,12 @@ DocStringExtensions = "0.8, 0.9" FFTW = "1" FourierFlows = "0.10.3" JLD2 = "0.1, 0.2, 0.3, 0.4" +LinearAlgebra = "1.6" +Random = "1.6" Reexport = "0.2, 1" SpecialFunctions = "0.10, 1, 2" StaticArrays = "0.12, 1" +Statistics = "1.6" julia = "1.6" [extras]