Skip to content

Commit

Permalink
Merge pull request #21 from slwu89/dev
Browse files Browse the repository at this point in the history
add compat entries
  • Loading branch information
slwu89 authored Feb 1, 2022
2 parents b064be0 + 75fa821 commit 1bca77c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,18 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
Catlab = "0.13"
Distributions = "0.25"
GraphViz = "0.2"
LinearAlgebra = "1.0"
Plots = "1.25"
StatsBase = "0.33"
julia = "1.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 1bca77c

Please sign in to comment.