From ed4427c81b2754f6d5ffa7b59a381e07c7de44b4 Mon Sep 17 00:00:00 2001 From: tomsmierz Date: Thu, 14 Nov 2024 10:55:09 +0100 Subject: [PATCH] updated dependencies for new release --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3bea72f1..5399e02b 100644 --- a/Project.toml +++ b/Project.toml @@ -32,8 +32,8 @@ MKL = "0.4.3" NNlib = "0.9.14" ProgressMeter = "1.10" SpinGlassExhaustive = "1.0.0" -SpinGlassNetworks = "1.3.0" -SpinGlassTensors = "1.1.3" +SpinGlassNetworks = "1.3.1" +SpinGlassTensors = "1.2.0" Statistics = "1.7.0" TensorCast = "0.4" TensorOperations = "4"