From 70df06a1e4de0bd0f62ffd1f5b12f0fa68a12d20 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 2 Oct 2024 00:24:15 +0000 Subject: [PATCH] CompatHelper: bump compat for ExtXYZ to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d1e0ff7..fb2af23 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" [compat] AtomsBase = "0.3" Distances = "0.10" -ExtXYZ = "0.1" +ExtXYZ = "0.1, 0.2" PeriodicTable = "1" PyCall = "1" Requires = "1"