From a38ac5247cee0e286b7a717fcf265b582c0d3856 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 25 Jan 2026 01:13:29 +0000 Subject: [PATCH] CompatHelper: bump compat for PseudoPotentialIO to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b49b6e8185..9467523842 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" @@ -119,7 +119,7 @@ PrecompileTools = "1" Preferences = "1" Printf = "1" PseudoPotentialData = "0.2.4" -PseudoPotentialIO = "0.1" +PseudoPotentialIO = "0.1, 0.3" PythonCall = "0.9" QuadGK = "2" Random = "1"