Skip to content

Commit 8ee3b80

Browse files
github-actions[bot]CompatHelper Juliadevmotiongdalle
authored
CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#243)
* CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) * Update Project.toml * More stdlibs --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: David Widmann <[email protected]> Co-authored-by: Guillaume Dalle <[email protected]>
1 parent 5688466 commit 8ee3b80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,15 @@ DiffRules = "1.4"
2424
DiffTests = "< 0.1.2"
2525
ForwardDiff = "0.10"
2626
FunctionWrappers = "1"
27+
LinearAlgebra = "<0.0.1, 1"
2728
IrrationalConstants = "0.2"
2829
LogExpFunctions = "0.3"
2930
MacroTools = "0.5"
3031
NaNMath = "0.3, 1"
32+
Random = "<0.0.1, 1"
3133
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
3234
StaticArrays = "0.10, 0.11, 0.12, 1.0"
35+
Statistics = "<0.0.1, 1"
3336
julia = "1"
3437

3538
[extras]

0 commit comments

Comments
 (0)