From 8ea7c7c94ee3813cc172c29b6211c1bcb95d9b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pawela?= Date: Mon, 22 Apr 2024 14:10:12 +0200 Subject: [PATCH] fix deps --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 253d5eba..f83ed11c 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ TensorCast = "02d47bb6-7ce6-556a-be16-bb1710789e2b" TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] -CUDA = "4.4.1" +CUDA = "5" DocStringExtensions = "0.9" Graphs = "1.9" LabelledGraphs = "0.4.4" @@ -30,8 +30,8 @@ Memoization = "0.2" MetaGraphs = "0.7" ProgressMeter = "1.10" SpinGlassExhaustive = "1" -SpinGlassNetworks = "1" -SpinGlassTensors = "1" +SpinGlassNetworks = "1.1" +SpinGlassTensors = "1.1" Statistics = "1.7.0" TensorCast = "0.4" TensorOperations = "4"