We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e5541 commit 125fe81Copy full SHA for 125fe81
PackageInfo.g
@@ -115,7 +115,7 @@ PackageDoc := [ rec(
115
## Are there restrictions on the operating system for this package? Or does
116
## the package need other packages to be available?
117
Dependencies := rec(
118
- GAP := ">= 4.9.1",
+ GAP := ">= 4.10",
119
NeededOtherPackages := [["GAPDoc", "1.5"]],
120
SuggestedOtherPackages := [],
121
# OtherPackagesLoadedInAdvance := [],
0 commit comments