Skip to content

Commit

Permalink
Merge pull request #3 from HSU-ANT/mh/deps_compat
Browse files Browse the repository at this point in the history
Update dependency compatibility information
  • Loading branch information
martinholters authored Sep 25, 2019
2 parents ab779a6 + 123284d commit b3f8baf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
IterTools = "≥ 0.1.0"
OrderedCollections = "≥ 1.0.0"
ProgressMeter = " 0.2.1"
StaticArrays = " 0.5.0"
julia = "≥ 1.0.0"
IterTools = "1"
OrderedCollections = "1"
ProgressMeter = "0.6, 0.7, 0.8, 0.9, 1"
StaticArrays = "0.8, 0.9, 0.10, 0.11"
julia = "1"

[extras]
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Expand Down

0 comments on commit b3f8baf

Please sign in to comment.