Skip to content

Commit

Permalink
Fix compat entries to run on Julia 1.6.7 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Adomas Baliuka authored and Adomas Baliuka committed Apr 9, 2024
1 parent e0b6b30 commit 5e66f85
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 @@ -15,11 +15,11 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DocStringExtensions = "0.9"
JSON = "0.21"
Pkg = "1.10.0"
julia = "1.6"
SHA = "0.7.0"
Pkg = "1.6.7, 1.10"
SHA = "1.6.7, 0.7"
SparseArrays = "1.6, 1.10"
StatsBase = "0.34"
julia = "1.6"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 5e66f85

Please sign in to comment.