Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Demin committed Jul 25, 2023
1 parent 80ba221 commit c95010b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ SIMD = "fdea26ae-647d-5447-a871-4b548cad5224"
SnoopPrecompile = "66db9d55-30c0-4569-8b51-7e840670fc0c"

[compat]
AbstractAlgebra = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
AbstractAlgebra = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31"
BenchmarkTools = "1"
Combinatorics = "1"
MultivariatePolynomials = "0.4, 0.5"
MultivariatePolynomials = "0.5"
Primes = "0.5"
SIMD = "3"
SnoopPrecompile = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Test
using TestSetExtensions

using AbstractAlgebra
# using Groebner
using Groebner

# Check invariants during testing
Groebner.invariants_enabled() = true
Expand Down

0 comments on commit c95010b

Please sign in to comment.