From 5191028dd792ae926663a85024cc7f14348ca612 Mon Sep 17 00:00:00 2001 From: Miles Lucas Date: Wed, 26 Apr 2023 14:18:11 -1000 Subject: [PATCH] update dependencies --- Project.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Project.toml b/Project.toml index 6c423eb..ad092af 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ADI" uuid = "904a6c7d-4c1b-562f-9573-ab2e7e1c7946" authors = ["Miles Lucas "] -version = "0.8.0" +version = "0.8.1" [deps] ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471" @@ -32,17 +32,17 @@ CoordinateTransformations = "0.5, 0.6" Dierckx = "0.4, 0.5" Distances = "0.10" Distributions = "0.23, 0.24, 0.25" -FillArrays = "0.8, 0.9, 0.10, 0.11" +FillArrays = "0.8, 0.9, 0.10, 0.11,1" HCIToolbox = "0.6.2" ImageTransformations = "0.8,0.9" -NMF = "0.5.3" -Photometry = "0.8.1" +NMF = "0.5.3,1" +Photometry = "0.9" ProgressLogging = "0.1" Reexport = "0.2, 1" Rotations = "1" -Setfield = "0.7" +Setfield = "0.7,1" StaticArrays = "0.12, 1.0" -StaticKernels = "0.5, 0.6" +StaticKernels = "0.5, 0.6, 0.7, 0.8" StatsBase = "0.33" StructArrays = "0.4, 0.5, 0.6" julia = "1.5"