Skip to content

Commit

Permalink
Added upper bound to Julia compat
Browse files Browse the repository at this point in the history
It was >=1.5, but should just be 1.5 (I hope)
  • Loading branch information
MattWillFlood committed Jun 17, 2021
1 parent e331f33 commit 91fdf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat]
julia = ">= 1.5"
julia = "1.5"
Clustering = "0.14.2"
Combinatorics = "1.0.2"
DSP = "0.6.8"
Expand Down

0 comments on commit 91fdf22

Please sign in to comment.