Skip to content

Commit

Permalink
Merge #243
Browse files Browse the repository at this point in the history
243: CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) r=odunbar a=github-actions[bot]

This pull request sets the compat entry for the `Statistics` package to `1`.
This keeps the compat entries for earlier versions.



Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.
Note: Consider registering a new release of your package immediately after merging this PR, as downstream packages may depend on this for tests to pass.

Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
bors[bot] and CompatHelper Julia authored Oct 31, 2023
2 parents 9227bc2 + f422de0 commit ac709c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ AbstractMCMC = "3.3, 4"
AdvancedMH = "0.6, 0.7"
Conda = "1.7"
Distributions = "0.24, 0.25"
EnsembleKalmanProcesses = "1.1"
DocStringExtensions = "0.8, 0.9"
EnsembleKalmanProcesses = "1.1"
GaussianProcesses = "0.12"
MCMCChains = "4.14, 5, 6"
ProgressBars = "1"
PyCall = "1.93"
RandomFeatures = "0.3"
ScikitLearn = "0.6, 0.7"
StableRNGs = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.6, 1.7, 1.8"

Expand Down

0 comments on commit ac709c0

Please sign in to comment.