From d105fbef8c2d47ba8dfa38c5318b923837b1527a Mon Sep 17 00:00:00 2001 From: jkrumbiegel <22495855+jkrumbiegel@users.noreply.github.com> Date: Wed, 4 Nov 2020 15:37:37 +0100 Subject: [PATCH] add missing compat bounds for contourf --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index ebdf88f67..6bb1fc054 100644 --- a/Project.toml +++ b/Project.toml @@ -62,11 +62,13 @@ GeometryBasics = "0.3" GridLayoutBase = "0.4.1" ImageIO = "0.2, 0.3" IntervalSets = "0.3, 0.4, 0.5" +Isoband = "0.1" KernelDensity = "0.5, 0.6" Match = "1.1" Observables = "0.3.1" Packing = "0.4" PlotUtils = "1" +PolygonOps = "0.1.1" Showoff = "0.3" SignedDistanceFields = "0.4" StaticArrays = "0.12"