Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
fkguo committed Oct 12, 2023
1 parent e274346 commit af374f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Expand Up @@ -13,10 +13,10 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Combinatorics = ">=1"
DataFrames = ">=0.21"
ForwardDiff = ">=0.10"
Plots = ">=1"
PyCall = ">=1"
StatsBase = ">=0.30"
julia = ">=1.2"
Combinatorics = "1.0"
DataFrames = "1.0"
ForwardDiff = "0.10"
Plots = "1.0"
PyCall = "1.0"
StatsBase = "0.34"
julia = "1.3"

0 comments on commit af374f4

Please sign in to comment.