From 54756a83d71b8ab660301a5c61c0c59755df6f77 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 21 Jan 2024 00:11:42 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 0915e34..680a435 100644 --- a/Project.toml +++ b/Project.toml @@ -26,10 +26,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" [compat] -julia = "1.6 - 1.10" -Reexport = "1" CUDA = "3, 4, 5" -cuDNN = "1" ColorSchemes = "3" Distributions = "0.25" Flux = "0.14" @@ -38,8 +35,12 @@ POMDPTools = "0.1" POMDPs = "0.9" Parameters = "0.12" Plots = "1" +Reexport = "1" +Statistics = "1" StatsBase = "0.33" TensorBoardLogger = "0.1" ValueHistories = "0.5" WeightsAndBiasLogger = "0.5" Zygote = "0.6" +cuDNN = "1" +julia = "1.6 - 1.10"