From bb02950f77783460c5dc24ba7de0997d8cfb5f9e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Feb 2022 20:54:36 +0000 Subject: [PATCH] CompatHelper: add new compat entry for IterTools at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 28657c0..6e902a8 100644 --- a/Project.toml +++ b/Project.toml @@ -55,6 +55,7 @@ CSV = "0.7, 0.8, 0.9.11" DataFrames = "0.20, 0.21, 0.22, 0.23, 0.24, 1, 1.1" EchelleInstruments = ">=0.2.5" FileIO = "1.4" +IterTools = "1" JLD2 = "0.4" LsqFit = "0.12" MD5 = "0.2"