From 123248b4e241b5db8e85ad3c9e463c4dbb41c615 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Fri, 6 Dec 2024 10:50:26 +0530 Subject: [PATCH] chore: bump minimum Reactant version --- Project.toml | 2 +- docs/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3e6a8b47d..8e1c82be3 100644 --- a/Project.toml +++ b/Project.toml @@ -98,7 +98,7 @@ NNlib = "0.9.24" Optimisers = "0.4.1" Preferences = "1.4.3" Random = "1.10" -Reactant = "0.2.6" +Reactant = "0.2.8" Reexport = "1.2.2" ReverseDiff = "1.15" SIMDTypes = "0.1" diff --git a/docs/Project.toml b/docs/Project.toml index 2294d0bfd..3eb44b24e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -56,7 +56,7 @@ Optimisers = "0.4.1" Pkg = "1.10" Printf = "1.10" Random = "1.10" -Reactant = "0.2.6" +Reactant = "0.2.8" StableRNGs = "1" StaticArrays = "1" WeightInitializers = "1"