From a25ecc63b1aa8997f04da5a815fe96dc011c066c Mon Sep 17 00:00:00 2001 From: rheintzmann Date: Tue, 13 Jul 2021 18:16:18 +0200 Subject: [PATCH] updated Project.toml with compat entries --- Project.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 054cef4..90d3ce6 100644 --- a/Project.toml +++ b/Project.toml @@ -4,16 +4,19 @@ authors = ["rheintzmann "] version = "0.1.0" [deps] -Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" IndexFunArrays = "613c443e-d742-454e-bfc6-1d7f8dd76566" NDTools = "98581153-e998-4eef-8d0d-5ec2c052313d" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -View5D = "90d841e0-6953-4e90-9f3a-43681da8e949" [extras] Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +[compat] +NDTools = "0.1" +IndexFunArrays = "0.2.1" +julia = "1.6" + [targets] test = ["Test", "Random"]