From a92459e3cac492b4b1ecca9452fb1d7fd13b9fea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:41:54 -0500 Subject: [PATCH] CompatHelper: bump compat for JLArrays in [weakdeps] to 0.2 for package NDTensors, (keep existing compat) (#1576) * CompatHelper: bump compat for JLArrays in [weakdeps] to 0.2 for package NDTensors, (keep existing compat) * [NDTensors] Bump to v0.3.61 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Matt Fishman --- NDTensors/Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 33fd6efb5b..5910135fb0 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -1,7 +1,7 @@ name = "NDTensors" uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf" authors = ["Matthew Fishman "] -version = "0.3.60" +version = "0.3.61" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -72,7 +72,7 @@ GPUArraysCore = "0.1, 0.2" HDF5 = "0.14, 0.15, 0.16, 0.17" HalfIntegers = "1" InlineStrings = "1" -JLArrays = "0.1" +JLArrays = "0.1, 0.2" LinearAlgebra = "<0.0.1, 1.6" MacroTools = "0.5" MappedArrays = "0.4"