From 47ab63715eb44343a5465c6712881fe3c17e9f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Mandl=C3=ADk?= Date: Sun, 18 Feb 2024 09:43:36 +0100 Subject: [PATCH] fixing compat for downgrade action --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index ba04cea6..1d0d619a 100644 --- a/Project.toml +++ b/Project.toml @@ -24,16 +24,16 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Accessors = "0.1" -ChainRulesCore = "1" +ChainRulesCore = "1.21" Combinatorics = "1.0" DataFrames = "1" DataStructures = "0.17, 0.18" -FiniteDifferences = "0.12" -Flux = "0.13.16, 0.14" +FiniteDifferences = "0.12.31" +Flux = "0.14" HierarchicalUtils = "2.1.5" -MLUtils = "0.2, 0.3, 0.4" +MLUtils = "0.4" MacroTools = "0.5" -OneHotArrays = "0.1, 0.2" +OneHotArrays = "0.2.5" PooledArrays = "1" Preferences = "1" SparseArrays = "1"