From 898f14d6dd990b172c97203a972aad1db793c8fd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 21 Jan 2024 00:11:36 +0000 Subject: [PATCH] CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 0915e34..71bf21a 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,11 @@ POMDPTools = "0.1" POMDPs = "0.9" Parameters = "0.12" Plots = "1" -StatsBase = "0.33" +Reexport = "1" +StatsBase = "0.33, 0.34" TensorBoardLogger = "0.1" ValueHistories = "0.5" WeightsAndBiasLogger = "0.5" Zygote = "0.6" +cuDNN = "1" +julia = "1.6 - 1.10"