diff --git a/Project.toml b/Project.toml index 9856ca9..a769726 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RankChoiceVoting" uuid = "ab51d771-9e38-4464-b0a7-bec5bf4029bc" -authors = ["itsdfish"] version = "0.1.3" +authors = ["itsdfish"] [deps] Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" @@ -15,7 +15,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" [compat] Combinatorics = "1" Distributions = "0.25" -OrderedCollections = "1.4.0" +OrderedCollections = "1.4.0, 2" PrettyTables = "3.0.0" SafeTestsets = "0.0.1, 0.1" StatsBase = "0.33,0.34.0"