Skip to content

Commit 38ba596

Browse files
committed
update compat in Project.toml
1 parent 3942e29 commit 38ba596

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Project.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
1616
AbstractAlgebra = "0.33 - 0.44"
1717
Combinatorics = "1.0"
1818
GAP = "0.10 - 0.13"
19-
HomotopyContinuation = "2.9 - 2.13"
19+
HomotopyContinuation = "2.9"
2020
UnPack = "1.0"
21-
julia = "1.10 - 1.11"
22-
21+
julia = "1.10"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DecomposingPolynomialSystems.jl is a Julia package that computes the symmetries
1010

1111
Enter the Pkg REPL by pressing `]` from the Julia REPL and then type
1212
```julia
13-
add https://github.com/MultivariatePolynomialSystems/DecomposingPolynomialSystems.jl.git
13+
add DecomposingPolynomialSystems
1414
```
1515
To get back to the Julia REPL, press backspace.
1616

0 commit comments

Comments
 (0)