From 00b439fc49cd2d5cd0292ba812f4f4617d8f3d42 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 14 Oct 2023 00:45:19 +0000 Subject: [PATCH] CompatHelper: add new compat entry for SortingAlgorithms at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 01d36ee..b83bcf9 100644 --- a/Project.toml +++ b/Project.toml @@ -44,6 +44,7 @@ Luxor = "3.2.0" Plots = "1.29.0" Rotations = "1.1.1" Scratch = "1.1.0" +SortingAlgorithms = "1" StatsBase = "0.33.16" julia = "1.7"