From 88f5f385842added46eb4e0500ab2cee312c93e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20G=C3=B6ttgens?= Date: Thu, 13 Jan 2022 21:01:00 +0100 Subject: [PATCH] add missing compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 8a46b008..43d82f98 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,7 @@ Oscar = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] +AbstractAlgebra = "0.22.0, 0.23.0" Combinatorics = "1.0.0" Oscar = "~0.7.0" julia = "1.6"