From 25d4ecab226cdbff7d6172559a065f57f28cb0e2 Mon Sep 17 00:00:00 2001 From: Kenta Sato Date: Wed, 8 Nov 2023 14:22:47 +0100 Subject: [PATCH] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 7c66c9a5f..181161adf 100644 --- a/Project.toml +++ b/Project.toml @@ -35,9 +35,9 @@ ChainRulesCore = "1.13" EnzymeCore = "0.5, 0.6" GPUArraysCore = "0.1" KernelAbstractions = "0.9.2" -LinearAlgebra = "1" -Pkg = "1" -Random = "1" +LinearAlgebra = "1.9" +Pkg = "1.9" +Random = "1.9" Requires = "1.0" Statistics = "1" cuDNN = "1"