From 818baa29dacf6ff1a50c863cb00e5754b9cff5d6 Mon Sep 17 00:00:00 2001 From: Mykel Kochenderfer Date: Sun, 6 Dec 2020 09:30:03 -0800 Subject: [PATCH] update DataStructures support --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 915ae19..1525456 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Discretizers" uuid = "6e83dbb3-75ca-525b-8ae2-3751f0dd50b4" repo = "https://github.com/sisl/Discretizers.jl" -version = "3.2.0" +version = "3.2.1" [deps] DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" @@ -10,7 +10,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] -DataStructures = "0.10,0.11,0.12,0.13,0.14,0.15,0.16,0.17" # tested on 0.10 and 0.17 +DataStructures = "0.10,0.11,0.12,0.13,0.14,0.15,0.16,0.17,0.18" SpecialFunctions = "0,1" # was >= 0.6, tested with 0.10. Every new release seems to increment by 0.1 StatsBase = "0,1" # was >= 0.24, tested with 0.32. Every new release seems to increment by 0.1 julia = "0.7,1"