From ef68e0265efc640c3bf548a889baa1c5a3c1063b Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 14 Aug 2023 13:08:12 +0000 Subject: [PATCH] CompatHelper: add new compat entry for WignerSymbols at version 2, (keep existing compat) --- Project.toml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index dbc295d..7c18c08 100644 --- a/Project.toml +++ b/Project.toml @@ -45,25 +45,19 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] - -CUDAKernels = "0.2, 0.3, 0.4" CUDA = "3, 4" - +CUDAKernels = "0.2, 0.3, 0.4" DataInterpolations = "3.6, 4" DelimitedFiles = "1" - DiffResults = "1.0" Distributions = "0.23, 0.24, 0.25" DocStringExtensions = "0.8, 0.9" -ForwardDiff = "0.10" FastGaussQuadrature = "0.4, 0.5" - +ForwardDiff = "0.10" InstrumentOperator = "0.1" Interpolations = "0.12, 0.13, 0.14" JLD2 = "0.1, 0.2, 0.3, 0.4" JSON = "0.21" - - KernelAbstractions = "0.8, 0.9" NCDatasets = "0.11, 0.12" NNlib = "0.8, 0.9" @@ -75,6 +69,7 @@ SpecialFunctions = "2" StaticArrays = "1.2" StatsBase = "0.33, 0.34" TimerOutputs = "0.5" +WignerSymbols = "2" YAML = "0.4" julia = "1.7, 1.8"