Skip to content

Commit

Permalink
Fix compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Dec 8, 2023
1 parent 2f6fd1b commit 2284177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"

[compat]
BandedMatrices = "1"
Random = "1"
BandedMatrices = "0.15, 1"
Random = "<0.0.1, 1"
StaticArrays = "1"
Test = "1"
Test = "<0.0.1, 1"
julia = "1"

[extras]
Expand Down

0 comments on commit 2284177

Please sign in to comment.