From 40f5a26a8dfb21e7ec01291a2939564276aebd5c Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:08:43 +0200 Subject: [PATCH] compat and bumped version --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 9cb3cc38..d199936d 100644 --- a/Project.toml +++ b/Project.toml @@ -31,11 +31,11 @@ Term = "22787eb5-b846-44ae-b979-8e399b8463ab" [compat] CategoricalArrays = "0.10.8" ChainRules = "1.53.0" -ConformalPrediction = "0.1.8" +ConformalPrediction = "0.1.7, 0.1.8" CounterfactualExplanations = "0.1.13" Distances = "0.10.9" -Distributions = "0.25.100" -Flux = "0.14.2" +Distributions = "0.25" +Flux = "0.13 - 0.14" JointEnergyModels = "0.1.1" MLJBase = "0.21.13" MLJEnsembles = "0.3.3" @@ -43,10 +43,10 @@ MLJFlux = "0.2.10" MLJModelInterface = "1.8.0" MLUtils = "0.4.3" Parameters = "0.12.3" -PkgTemplates = "0.7.40" +PkgTemplates = "0.7" Plots = "1.38.17" SliceMap = "0.2.7" -StatsBase = "0.34.0" +StatsBase = "0.33.0 - 0.34.0" StatsPlots = "0.15.6" Term = "2.0.5" julia = "1.8, 1.9" -- GitLab