From 139f8c8e8549d03041b3a43f6253242c519d6782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Cserteg?= Date: Wed, 19 Jul 2023 16:51:12 +0200 Subject: [PATCH] add compat entry for Rotations.jl --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index d3f9b09..2f35ac6 100644 --- a/Project.toml +++ b/Project.toml @@ -19,6 +19,7 @@ JuMP = "1.4" Meshes = "0.32" PrettyTables = "2" julia = "1.6" +Rotations = "1.5" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"