Skip to content

Commit

Permalink
Merge pull request #24 from PharmCat/compathelper/new_version/2020-12…
Browse files Browse the repository at this point in the history
…-27-00-55-03-464-4214310302

CompatHelper: bump compat for "Distributions" to "0.24"
  • Loading branch information
PharmCat authored Dec 27, 2020
2 parents 23c7b33 + 86a0f04 commit 588733a
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
authors = ["Vladimir Arnautov <[email protected]>"]
name = "ReplicateBE"
uuid = "671d9d50-c343-11e9-1a9c-fdd992682823"
keywords = ["bioequivalence", "mixedmodel"]
desc = "Mixed model solution for replicate designed bioequivalence study."
authors = ["Vladimir Arnautov <[email protected]>"]
version = "1.0.11"


[deps]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[targets]
test = ["CSV", "Test", "StatsBase"]
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
CategoricalArrays = "0.7, 0.8"
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5"
StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
DataFrames = "0.19, 0.20, 0.21"
StatsModels = "0.6"
Distributions = "0.20, 0.21, 0.22, 0.23"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24"
ForwardDiff = "0.10"
Optim = "0.19, 0.20, 0.21, 0.22, 1.0, 1.1, 1.2"
LineSearches = "7.0"
Optim = "0.19, 0.20, 0.21, 0.22, 1.0, 1.1, 1.2"
StaticArrays = "0.11, 0.12"
StatsBase = "0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
StatsModels = "0.6"
julia = "1.0, 1.1, 1.2, 1.3, 1.4, 1.5"

[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["CSV", "Test", "StatsBase"]

0 comments on commit 588733a

Please sign in to comment.