From fb6895d7b2faf38bd025135f9210ba83b4353b1f Mon Sep 17 00:00:00 2001 From: Christian Frankenberg Date: Tue, 16 Apr 2024 16:54:48 -0700 Subject: [PATCH] Add compat --- Project.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Project.toml b/Project.toml index b8c3521..22570f0 100644 --- a/Project.toml +++ b/Project.toml @@ -69,6 +69,16 @@ StatsBase = "0.33, 0.34" TimerOutputs = "0.5" YAML = "0.4" julia = "1.8,1.9,1.10" +LogExpFunctions = "0.3" +OffsetArrays = "1" +CanopyOptics = "0.1" +UnitfulEquivalences = "0.2" +OrderedCollections = "1" +NaNMath = "1" +QuadGK = "2" +Unitful = "1" +UnPack = "1" +WignerSymbols = "2" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"