Skip to content

Commit e778322

Browse files
Update LazySets requirement from 2 to 2, 5.2 (#144)
* Update LazySets requirement from 2 to 2, 5.2 Updates the requirements on [LazySets](https://github.com/JuliaReach/LazySets.jl) to permit the latest version. - [Release notes](https://github.com/JuliaReach/LazySets.jl/releases) - [Commits](JuliaReach/LazySets.jl@v2.0.0...v5.2.2) --- updated-dependencies: - dependency-name: LazySets dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update LazySets version range in Project.toml --------- 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 b9d2415 commit e778322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
2626
CommonSolve = "0.2"
2727
IntervalArithmetic = "0.20.5, 1.0"
2828
IntervalConstraintProgramming = "0.13"
29-
LazySets = "2"
29+
LazySets = "2 - 5"
3030
Reexport = "1"
3131
Requires = "1"
3232
StaticArrays = "0.12, 1"

0 commit comments

Comments
 (0)