From 519fa4e8f1468f42ad5854f73981843f99e65a0c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 30 Jan 2023 01:14:34 +0000 Subject: [PATCH] CompatHelper: add new compat entry for NonlinearEigenproblems at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a4379a6..6485016 100644 --- a/Project.toml +++ b/Project.toml @@ -16,6 +16,7 @@ Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" [compat] BifurcationKit = "0.2" +NonlinearEigenproblems = "1" julia = "1.7" [extras]