Skip to content

Commit

Permalink
Add compat bounds for LinearAlgebra (#117)
Browse files Browse the repository at this point in the history
* Add compat bounds for LinearAlgebra

* Bump version to 0.8.3
  • Loading branch information
jishnub committed Nov 10, 2023
1 parent 3d47002 commit b6e7590
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ToeplitzMatrices"
uuid = "c751599d-da0a-543b-9d20-d0a503d91d24"
version = "0.8.2"
version = "0.8.3"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -21,6 +21,7 @@ Aqua = "0.7"
DSP = "0.7.7"
FFTW = "1"
FillArrays = "0.12, 0.13, 1"
LinearAlgebra = "<0.0.1, 1"
StatsBase = "0.32, 0.33, 0.34"
julia = "1.0"

Expand Down

0 comments on commit b6e7590

Please sign in to comment.