Skip to content

Commit

Permalink
add missing Requires dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal committed Nov 18, 2023
1 parent 4e4b779 commit 2a9a8ea
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,27 @@ HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
MultipleTesting = "f8716d33-7c4a-5097-896f-ce0ecbd3ef6b"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[extensions]
MCMCTestingPlotsExt = "Plots"

[compat]
HypothesisTests = "0.11"
MultipleTesting = "0.6"
ProgressMeter = "1.9"
Random = "1.6"
Random = "1"
Requires = "1"
StatsBase = "0.34"
julia = "1.6"

[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[extensions]
MCMCTestingPlotsExt = "Plots"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 2a9a8ea

Please sign in to comment.