From a3700efcbbe4fb93aeb2ad13b5e84973143963db Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Jun 2025 01:25:17 +0000 Subject: [PATCH] CompatHelper: add new compat entry for FastGaussQuadrature at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d16c2f1..edd8bc6 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" [compat] +FastGaussQuadrature = "1" MathOptInterface = "1.31" julia = "1.6"