From 08d87b172a63a8a7c7ec24bae38ca1747104ddd3 Mon Sep 17 00:00:00 2001 From: Robert Moss Date: Mon, 17 Aug 2020 02:13:16 -0700 Subject: [PATCH] Upper bound Requires.jl compat dependency --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 5239a10..0a6665f 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,7 @@ Discretizers = "3.2" ImageMagick = "0.7.3, 1" Images = "0.22" IndirectArrays = "0.5" +Requires = "1.0.1" StatsBase = "0.33" TikzPictures = "3.1" julia = "1"