Skip to content

Commit 48f4b1f

Browse files
authored
Merge pull request #362 from JuliaReach/schillic/ia
Allow LazySets v6 & release v0.14.4
2 parents 759cd27 + 8a907a2 commit 48f4b1f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathematicalSystems"
22
uuid = "d14a8603-c872-5ed3-9ece-53e0e82e39da"
3-
version = "0.14.3"
3+
version = "0.14.4"
44

55
[deps]
66
Espresso = "6912e4f1-e036-58b0-9138-08d1e6358ea9"
@@ -15,7 +15,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1515
[compat]
1616
Espresso = "0.6"
1717
InteractiveUtils = "<0.0.1, 1.6"
18-
LazySets = "5"
18+
LazySets = "5 - 6"
1919
LinearAlgebra = "<0.0.1, 1.6"
2020
MacroTools = "0.5"
2121
MultivariatePolynomials = "0.3 - 0.5"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
66
[compat]
77
Documenter = "1"
88
DocumenterCitations = "1.3"
9-
LazySets = "5"
9+
LazySets = "5 - 6"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ TypedPolynomials = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
1212
[compat]
1313
Aqua = "0.8.9"
1414
ExplicitImports = "1"
15-
LazySets = "5"
15+
LazySets = "5 - 6"
1616
RecipesBase = "1"
1717
TypedPolynomials = "0.3 - 0.4"

0 commit comments

Comments
 (0)