Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Statistics at version 1, (keep…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
4 people authored Jul 29, 2024
1 parent 5688466 commit 8ee3b80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ DiffRules = "1.4"
DiffTests = "< 0.1.2"
ForwardDiff = "0.10"
FunctionWrappers = "1"
LinearAlgebra = "<0.0.1, 1"
IrrationalConstants = "0.2"
LogExpFunctions = "0.3"
MacroTools = "0.5"
NaNMath = "0.3, 1"
Random = "<0.0.1, 1"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
StaticArrays = "0.10, 0.11, 0.12, 1.0"
Statistics = "<0.0.1, 1"
julia = "1"

[extras]
Expand Down

0 comments on commit 8ee3b80

Please sign in to comment.