Skip to content

Commit

Permalink
Update Project.toml (#18)
Browse files Browse the repository at this point in the history
Bumping LazyArrays compat to 2.0
  • Loading branch information
mateuszbaran authored Nov 20, 2024
1 parent 1353334 commit 9db8d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "KalmanFilters"
uuid = "272a6111-cf0e-4c1b-a056-8d658cb314ee"
authors = ["Soeren Schoenbrod <[email protected]>"]
version = "0.1.4"
version = "0.1.5"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -14,7 +14,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DocStringExtensions = "0.6, 0.7, 0.8, 0.9"
LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0"
LazyArrays = "0.13, 0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1.0, 2.0"
StaticArrays = "1.0"
FFTW = "1.0"
julia = "1.7"
Expand Down

0 comments on commit 9db8d18

Please sign in to comment.