Skip to content

Commit

Permalink
Merge branch 'main' into distribution-from-simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsp32 authored Aug 2, 2024
2 parents 853deb3 + 2fa4709 commit 57d0ef0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "NQCDynamics"
uuid = "36248dfb-79eb-4f4d-ab9c-e29ea5f33e14"
authors = ["James <james.gardner1421@gmail.com>"]

version = "0.13.7"
version = "0.13.8"


[deps]
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 57d0ef0

Please sign in to comment.