Skip to content

Commit

Permalink
Use Aqua v0.8 in tests (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub authored Feb 10, 2024
1 parent 728a46e commit 79327f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
Aqua = "0.7"
Aqua = "0.8"
FFTW = "0.3, 1"
LinearAlgebra = "<0.0.1, 1"
LowRankMatrices = "1"
Nullables = "0.0.8, 1.0"
Random = "<0.0.1, 1"
SparseArrays = "<0.0.1, 1"
Test = "<0.0.1, 1"
julia = "1"

[extras]
Expand Down

0 comments on commit 79327f5

Please sign in to comment.