diff --git a/Project.toml b/Project.toml index db334b2..b4a1fb5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VortexDistributions" uuid = "b688e990-d167-11e8-1f13-43a2532b2fa8" authors = ["Ashton Bradley "] -version = "0.3.1" +version = "0.3.2" [deps] Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037" @@ -25,19 +25,22 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] Coverage = "1.4" -FFTW = "1, 1.4" +Distances = "~0.10" +FFTW = "~1.5" +FLoops = "~0.2" FileIO = "1, 1.8, 1.9" -Interpolations = "0.13" -JLD2 = "0.4" +Interpolations = "~0.13" +JLD2 = "~0.4" LightGraphs = "1, 1.3" -Parameters = "0.12" +NearestNeighbors = "~0.4" +Parameters = "~0.12" ProgressMeter = "1, 1.5, 1.6, 1.7" +ScikitLearn = "0.6.4" SimpleWeightedGraphs = "1, 1.1" -SpecialFunctions = "1" -ToeplitzMatrices = "0.7" +SpecialFunctions = "~1,~2" +ToeplitzMatrices = "~0.7" UnPack = "1" - -julia = "1.6,1.7,1.8" +julia = "1.7,1.8" [extras] SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"