From 7f32c985c7104158b1825bdd0935ccb070a21202 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Thu, 14 Nov 2024 12:38:27 -0500 Subject: [PATCH] chore: bump minimum reactant version --- Project.toml | 2 +- docs/Project.toml | 2 +- lib/LuxCore/Project.toml | 2 +- lib/MLDataDevices/Project.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 140fb7cf31..51abb8baf0 100644 --- a/Project.toml +++ b/Project.toml @@ -98,7 +98,7 @@ NNlib = "0.9.24" Optimisers = "0.3.3, 0.4" Preferences = "1.4.3" Random = "1.10" -Reactant = "0.2.4" +Reactant = "0.2.6" Reexport = "1.2.2" ReverseDiff = "1.15" SIMDTypes = "0.1" diff --git a/docs/Project.toml b/docs/Project.toml index 7ef3bb514b..0c9de192a6 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -54,7 +54,7 @@ Optimisers = "0.3.3, 0.4" Pkg = "1.10" Printf = "1.10" Random = "1.10" -Reactant = "0.2.4" +Reactant = "0.2.6" StableRNGs = "1" StaticArrays = "1" WeightInitializers = "1" diff --git a/lib/LuxCore/Project.toml b/lib/LuxCore/Project.toml index eec8280b54..1709068aae 100644 --- a/lib/LuxCore/Project.toml +++ b/lib/LuxCore/Project.toml @@ -38,7 +38,7 @@ EnzymeCore = "0.8.5" Functors = "0.4.12" MLDataDevices = "1" Random = "1.10" -Reactant = "0.2.4" +Reactant = "0.2.6" ReverseDiff = "1.15" Setfield = "1" Tracker = "0.2.34" diff --git a/lib/MLDataDevices/Project.toml b/lib/MLDataDevices/Project.toml index f743b498f9..08020cd3b7 100644 --- a/lib/MLDataDevices/Project.toml +++ b/lib/MLDataDevices/Project.toml @@ -63,7 +63,7 @@ Metal = "1" OneHotArrays = "0.2.5" Preferences = "1.4" Random = "1.10" -Reactant = "0.2.4" +Reactant = "0.2.6" RecursiveArrayTools = "3.8" ReverseDiff = "1.15" SparseArrays = "1.10"