From bd9c2bd7541b977c3cfbcc0336675e1b483591d1 Mon Sep 17 00:00:00 2001 From: anton083 Date: Tue, 9 Jan 2024 21:18:00 +0100 Subject: [PATCH] Edit Distances compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a6b6248..28394a4 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] -Distances = "^0.10" +Distances = "0.10" LinearAlgebra = "1" PDBTools = "0.15" Rotations = "1"