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 ef0d29b commit 2ffa65aCopy full SHA for 2ffa65a
4ti2Interface/PackageInfo.g
@@ -9,7 +9,7 @@ Version := Maximum( [
9
## this line prevents merge conflicts
10
"2018.07.06", ## Kamal's version
11
12
- "2020.04.26", ## Mohamed's version
+ "2020.05.04", ## Mohamed's version
13
] ),
14
15
Date := ~.Version{[ 1 .. 10 ]},
@@ -66,6 +66,7 @@ Dependencies := rec(
66
GAP := ">=4.7",
67
NeededOtherPackages := [ [ "io", ">=4.2" ] ],
68
SuggestedOtherPackages := [ [ "AutoDoc", ">=2013.08.22" ] ],
69
+ OtherPackagesLoadedInAdvance := [ [ "io", ">=4.2" ] ],
70
ExternalConditions := []
71
72
),
0 commit comments