Skip to content

Commit

Permalink
properly add compat for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
vandenman committed Oct 31, 2023
1 parent 63f5e38 commit 675fc28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,16 @@ DynamicPPL = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
FillArrays = "1"
GLM = "1.8"
KernelDensity = "0.6, 0.7"
LinearAlgebra = "1.6"
LogExpFunctions = "0.3"
Logging = "1.6"
MCMCChains = "5, 6"
OrderedCollections = "1.4"
PDMats = "0.11"
QuadGK = "2"
Random = "1.6"
SpecialFunctions = "2"
Statistics = "1"
Statistics = "1.6"
StatsBase = "0.33, 0.34"
StatsModels = "0.6, 0.7"
Suppressor = "0.2"
Expand Down

2 comments on commit 675fc28

@vandenman
Copy link
Owner Author

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 updated: JuliaRegistries/General/94467

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.1.2 -m "<description of version>" 675fc28d3a0348e9f7e38ebd6a5f204b54a5a0f1
git push origin v0.1.2

Please sign in to comment.