From 39459bd12ebdc45b55b614cbadf31becea8e8a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:40:40 +0000 Subject: [PATCH] Update AtomsCalculators requirement to 0.2.3 in /docs Updates the requirements on [AtomsCalculators](https://github.com/JuliaMolSim/AtomsCalculators.jl) to permit the latest version. - [Release notes](https://github.com/JuliaMolSim/AtomsCalculators.jl/releases) - [Commits](https://github.com/JuliaMolSim/AtomsCalculators.jl/compare/v0.1.0...v0.2.3) --- updated-dependencies: - dependency-name: AtomsCalculators dependency-version: 0.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 3f6643a..837e39f 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -22,6 +22,7 @@ GeometryOptimization = {path = ".."} ASEconvert = "0.1.8, 0.2" AtomsBase = "0.5.2" AtomsBuilder = "0.2.3" +AtomsCalculators = "0.2.3" DFTK = "0.7" Documenter = "~1.8, 1.16" EmpiricalPotentials = "0.2.5"