From c8b3078fd70cd19eaf9a4a7891358e6b203300ed Mon Sep 17 00:00:00 2001 From: Gregory Henselman-Petrusek Date: Sun, 12 May 2019 18:25:11 -0400 Subject: [PATCH] Update Project.toml with compatibility constraint. --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 2631c75..6378022 100644 --- a/Project.toml +++ b/Project.toml @@ -16,3 +16,6 @@ JLD = "4138dd39-2aa7-5051-a626-17a0bb65d9c8" MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411" Plotly = "58dd65bb-95f3-509e-9936-c39a10fdeae7" PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a" + +[compat] +julia = "1"