Skip to content

Commit 0b8d9f3

Browse files
Update StarAlgebras requirement to 0.2.1 (#138)
* Update StarAlgebras requirement to 0.2.1 Updates the requirements on [StarAlgebras](https://github.com/JuliaAlgebra/StarAlgebras.jl) to permit the latest version. - [Release notes](https://github.com/JuliaAlgebra/StarAlgebras.jl/releases) - [Commits](JuliaAlgebra/StarAlgebras.jl@v0.1.0...v0.2.1) --- updated-dependencies: - dependency-name: StarAlgebras dependency-version: 0.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * v0.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benoît Legat <benoit.legat@gmail.com>
1 parent 70960ac commit 0b8d9f3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
2020
[compat]
2121
DataStructures = "0.19"
2222
DynamicPolynomials = "0.5, 0.6"
23-
IntervalArithmetic = "0.20, 0.21, 0.22, 1" # Needs v0.20 for Julia v1.6 support
23+
IntervalArithmetic = "0.20, 0.21, 0.22, 1"
2424
JuMP = "1"
2525
MathOptInterface = "1"
2626
MultivariateBases = "0.2"
2727
MultivariateMoments = "0.4"
2828
MultivariatePolynomials = "0.5"
2929
MutableArithmetics = "1"
3030
SemialgebraicSets = "0.3"
31+
StarAlgebras = "0.3"
3132
julia = "1.6"
3233

3334
[extras]

0 commit comments

Comments
 (0)