From bebd696248eff77764485e2b07503d6e6dcf538f Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Sat, 15 Jun 2024 23:38:43 -0400 Subject: [PATCH] Update Project.toml Add compat for stdlibs --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index c851d50..7716682 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,10 @@ ConcreteStructs = "0.2" Distributions = "0.22, 0.23, 0.24, 0.25" FastGaussQuadrature = "0.4" KeywordCalls = "0.2" +LinearAlgebra = "1.5" Orbits = "0.1" +Printf = "1.5" +Random = "1.5" Rotations = "1" SpecialFunctions = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 1, 2" StaticArrays = "0.12, 1"