Skip to content

Commit 79c3d0a

Browse files
committed
Removed stray Nemo compat dependency and re-precompiled to ensure Hecke banner is hidden
1 parent aad3dfa commit 79c3d0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414

1515
[compat]
1616
FLoops = "0.1"
17-
Nemo = "0.22"
1817
Polynomials = "1.1.9, 2.0"
1918
Primes = "0.5"
2019
StaticArrays = "1.0.1"

src/CodingTheory.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module CodingTheory
88

99
ENV["HECKE_PRINT_BANNER"] = "false"
1010
# ENV["NEMO_PRINT_BANNER"] = "false"
11+
1112
# using Nemo: isprime, factor, fmpz # for prime power function
1213
using Hecke: ispower, isprime_power # for perfect power function
1314
# using Primes: isprime, primes

0 commit comments

Comments
 (0)