diff --git a/Project.toml b/Project.toml index 8b4af85fc..cc5e9b973 100644 --- a/Project.toml +++ b/Project.toml @@ -2,7 +2,7 @@ name = "NQCDynamics" uuid = "36248dfb-79eb-4f4d-ab9c-e29ea5f33e14" authors = ["James "] -version = "0.13.7" +version = "0.13.8" [deps] @@ -18,7 +18,7 @@ FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641" HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7" # Added to maintain compatibility with MKL.jl - See #324 +MKL_jll = "856f044c-d86e-5d09-b602-aeab76dc8ba7" MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" NQCBase = "78c76ebc-5665-4934-b512-82d81b5cbfb7" NQCDistributions = "657014a1-bd25-4aa2-92cb-cbcede0310ad" @@ -53,13 +53,14 @@ AdvancedHMC = "0.5, 0.6" AdvancedMH = "0.8" ComponentArrays = "0.11, 0.12, 0.13, 0.14, 0.15" DEDataArrays = "0.2" -Dictionaries = "0.3" +Dictionaries = "0.3, 0.4" DiffEqBase = "6" Distributions = "0.25" FastBroadcast = "0.1, 0.2" FastLapackInterface = "1, 2" HDF5 = "0.15, 0.16, 0.17" -Interpolations = "0.13, 0.14" +Interpolations = "0.13, 0.14, 0.15" +MKL_jll = "2023" MuladdMacro = "0.2" NQCBase = "0.2" NQCDistributions = "0.1" @@ -71,13 +72,14 @@ PeriodicTable = "1" ProgressMeter = "1" QuadGK = "2" RecipesBase = "1" -RecursiveArrayTools = "2" +RecursiveArrayTools = "2, 3" Reexport = "1" RingPolymerArrays = "0.1" Roots = "1, 2" Rotations = "1" SciMLBase = "1, 2" StaticArrays = "1" +Statistics = "1" StatsBase = "0.33, 0.34" StochasticDiffEq = "6" StructArrays = "0.6"