From bd9619a3313edd0c85054b55026d79dcb22ff915 Mon Sep 17 00:00:00 2001 From: Joe Greener Date: Fri, 6 Dec 2024 11:48:22 +0000 Subject: [PATCH] Atomix compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1adea086..ac6b0f01 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ MollyKernelDensityExt = "KernelDensity" MollyPythonCallExt = "PythonCall" [compat] -Atomix = "0.1" +Atomix = "0.1, 1.0" AtomsBase = "0.5" AtomsCalculators = "0.2" BioStructures = "4"