Skip to content

Commit

Permalink
New version and add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rademacher committed Jun 19, 2024
1 parent 0ada415 commit f2b49f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SetPackageInfo( rec(

PackageName := "recog",
Subtitle := "A package for constructive recognition of permutation and matrix groups",
Version := "1.4.2",
Version := "1.4.3",
Date := "27/09/2022", # dd/mm/yyyy format
License := "GPL-3.0-or-later",

Expand Down Expand Up @@ -268,6 +268,7 @@ Dependencies := rec(
GAP := ">=4.11",
NeededOtherPackages := [
["AtlasRep", ">= 1.4.0"],
["Alnuth", ">= 3.2.1"],
["FactInt", ">= 1.5.2"],
["Forms", ">= 1.2"],
["genss", ">= 1.3"],
Expand Down

0 comments on commit f2b49f5

Please sign in to comment.