Skip to content

Commit

Permalink
Merge pull request #1 from Techtonique/compathelper/new_version/2024-…
Browse files Browse the repository at this point in the history
…01-13-00-19-46-663-01730084525

CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat)
  • Loading branch information
thierrymoudiki authored Jan 13, 2024
2 parents 90039de + 7719de5 commit 9248d35
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ uuid = "e561dd4c-0aa7-4ba4-aacb-df50ed0db7d4"
authors = ["thierrymoudiki <[email protected]>"]
version = "0.1.0"

[compat]
julia = "1.6"
Pkg = "1.6.7"
RCall = "0.14.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
Distributions = "0.25"
Pkg = "1.6.7"
RCall = "0.14.0"
julia = "1.6"

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

Expand Down

0 comments on commit 9248d35

Please sign in to comment.