Skip to content

Commit

Permalink
update test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas committed Mar 15, 2022
1 parent 441e01f commit d843410
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
AbstractMCMC = "4"
Distributions = "0.25"
IterTools = "1"
KernelDensity = "0.6"
LogExpFunctions = "0.3"
MCMCChains = "5"
StableRNGs = "1"
StatsBase = "0.33"
StatsFuns = "0.9"

3 comments on commit d843410

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An unexpected error occurred during registration.

@torfjelde
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/75394

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.2 -m "<description of version>" d84341036163fc3ea9d9908111669bab1b10da12
git push origin v0.8.2

Please sign in to comment.