From d6edaf21cce4aada71582fe249aaafb610d0704a Mon Sep 17 00:00:00 2001 From: Viktor Korotynskiy Date: Fri, 24 May 2024 13:53:06 +0200 Subject: [PATCH] add compat versions into Project.toml --- Project.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ae1fd36..383381d 100644 --- a/Project.toml +++ b/Project.toml @@ -13,4 +13,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [compat] -julia = "1.8" +AbstractAlgebra = "0.33" +Combinatorics = "1.0" +GAP = "0.10" +HomotopyContinuation = "2.9" +UnPack = "1.0" +julia = "1.10" +