From 8a79e67ea29df2f11e08bf15268c4cded1e71c15 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 10 Jan 2026 01:04:29 +0000 Subject: [PATCH] CompatHelper: bump compat for Optim to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b49b6e8185..965db8ce8f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DFTK" uuid = "acf6eb54-70d9-11e9-0013-234b7a5f5337" -authors = ["Michael F. Herbst ", "Antoine Levitt "] version = "0.7.19" +authors = ["Michael F. Herbst ", "Antoine Levitt "] [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" @@ -110,7 +110,7 @@ LinearMaps = "3" Logging = "1" MPI = "0.20.22" Markdown = "1" -Optim = "1" +Optim = "1, 2" PeriodicTable = "1" PkgVersion = "0.3" Plots = "1"