From d4af0f87173552c071fc40f9eb6e12f894fdf0d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 17 Aug 2022 09:32:02 +0000 Subject: [PATCH] CompatHelper: add new compat entry for QuadGK at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index f47defd..0dbc2bc 100644 --- a/Project.toml +++ b/Project.toml @@ -14,6 +14,7 @@ TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2" [compat] Optim = "1" OrdinaryDiffEq = "6" +QuadGK = "2" TensorOperations = "3" julia = "^1.6"