From e46ffa775dc46657d610e1a96c1ac25c11aa2cad Mon Sep 17 00:00:00 2001 From: ashutosh-b-b Date: Tue, 2 Jul 2024 16:49:17 +0530 Subject: [PATCH] build: bump compats --- Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index fd66e8f..2ccbfa4 100644 --- a/Project.toml +++ b/Project.toml @@ -23,24 +23,24 @@ cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" [compat] Aqua = "0.8" -CUDA = "5" -DiffEqBase = "6.137" +CUDA = "5.4.2" +DiffEqBase = "6.151" Distributions = "v0.25.107" -DocStringExtensions = "0.9" -Flux = "0.14.6" -Functors = "0.4" +DocStringExtensions = "0.9.3" +Flux = "0.14.16" +Functors = "0.4.11" LinearAlgebra = "1.10" Random = "1.10" -Reexport = "1" +Reexport = "1.2.2" SafeTestsets = "0.1" SciMLSensitivity = "7.62" SparseArrays = "1.10" Statistics = "1.10" -StochasticDiffEq = "6.63" +StochasticDiffEq = "6.66" Test = "1.10" Tracker = "0.2.34" Zygote = "0.6.70" -cuDNN = "1.2" +cuDNN = "1.3.2" julia = "1.10" [extras]