From b730c21c5b3eca07c482712f2c6ca76fd31ff0f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pawela?= Date: Tue, 26 Nov 2024 12:22:34 +0100 Subject: [PATCH] update julia compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5184345..bd3b818 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ SparseArrays = "1.9" TSVD = "0.4.4" TensorOperations = "4" cuTENSOR = "1.1.0" -julia = "1.9, 1.10" +julia = "~1.9, ~1.10" [extras] Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"