Skip to content

Commit 6df4bf1

Browse files
authored
Merge pull request #107 from lgoettgens/lg/Nemo-0.51
Declare compatibility with Nemo 0.51
2 parents 2ce6b01 + da6a1ed commit 6df4bf1

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,7 +1,7 @@
11
name = "AlgebraicSolving"
22
uuid = "66b61cbe-0446-4d5d-9090-1ff510639f9d"
33
authors = ["ederc <[email protected]>", "Mohab Safey El Din <[email protected]", "Rafael Mohr <[email protected]>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -23,7 +23,7 @@ test = ["Test"]
2323
LinearAlgebra = "1.6"
2424
Logging = "1.6"
2525
Markdown = "1.6"
26-
Nemo = "0.43, 0.44, 0.45, 0.46, 0.47, 0.48, 0.49, 0.50"
26+
Nemo = "0.43, 0.44, 0.45, 0.46, 0.47, 0.48, 0.49, 0.50, 0.51"
2727
Printf = "1.6"
2828
Random = "1.6"
2929
StaticArrays = "1"

0 commit comments

Comments
 (0)