There was an error while loading. Please reload this page.
1 parent 2203ca6 commit f29b56cCopy full SHA for f29b56c
1 file changed
PackageInfo.g
@@ -73,8 +73,9 @@ PackageDoc := rec(
73
74
Dependencies := rec(
75
GAP := ">= 4.12",
76
- NeededOtherPackages := [ [ "GAPDoc", ">= 1.5" ] ],
+ NeededOtherPackages := [ [ "digraphs", ">= 1.6" ] ],
77
SuggestedOtherPackages := [ ],
78
+ TestPackages := [ [ "grape", ">= 4.9.0" ] ],
79
ExternalConditions := [ ],
80
),
81
0 commit comments