Skip to content

Commit 5baf798

Browse files
authored
Merge pull request #25 from rikhuijzer/patch-1
Restrict `Mods.jl` to version 1
2 parents e2210b1 + 6f9e25b commit 5baf798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LinearAlgebraX"
22
uuid = "9b3f67b0-2d00-526e-9884-9e4938f8fb88"
3-
version = "0.2.3"
3+
version = "0.2.4"
44

55
[deps]
66
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -10,7 +10,7 @@ Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
1010
SimplePolynomials = "cc47b68c-3164-5771-a705-2bc0097375a0"
1111

1212
[compat]
13-
Mods = "1, 2"
13+
Mods = "1"
1414
Permutations = "0.4"
1515
Primes = "0.5"
1616
SimplePolynomials = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.1, 0.2"

0 commit comments

Comments
 (0)