diff --git a/Project.toml b/Project.toml index 1aceee4..2fc79b3 100644 --- a/Project.toml +++ b/Project.toml @@ -48,27 +48,27 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6" [compat] CUDA = "3, 4" CUDAKernels = "0.2, 0.3, 0.4" -DataInterpolations = "3.6" +DataInterpolations = "3.6,4" DiffResults = "1.0" Distributions = "0.23, 0.24, 0.25" -DocStringExtensions = "0.8" -FastGaussQuadrature = "0.4" +DocStringExtensions = "0.8,0.9" +FastGaussQuadrature = "0.4,0.5" ForwardDiff = "0.10" -Interpolations = "0.12, 0.13" +Interpolations = "0.12, 0.13, 0.14" JLD2 = "0.1, 0.2, 0.3, 0.4" JSON = "0.21" -KernelAbstractions = "0.6, 0.7,0.8,0.9" +KernelAbstractions = "0.8,0.9" NNlib = "0.8" NetCDF = "0.10, 0.11" Parameters = "0.12" -Polynomials = "2" +Polynomials = "2,3" ProgressMeter = "1.3" SpecialFunctions = "2" StaticArrays = "1.2" StatsBase = "0.33" TimerOutputs = "0.5" YAML = "0.4" -julia = "1.6, 1.7" +julia = "1.7,1.8,1.9" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"