Skip to content

Commit

Permalink
Upper bound versions for auto merge in General (rest) (#944)
Browse files Browse the repository at this point in the history
* upper bound versions
  • Loading branch information
xukai92 authored Oct 29, 2019
1 parent d5f1d01 commit 0c60b04
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,24 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
julia = "1"
AdvancedHMC = "0.2.4"
Libtask = "0.3.1"
Bijectors = "0.4.0"
MCMCChains = "0.3.12"
AdvancedHMC = "0.2.4"
DistributionsAD = "0.1.0"
Zygote = "~0.3.4"
DynamicHMC = "1"
BinaryProvider = "0.5.6"
Distributions = "0.21.1"
ForwardDiff = "0.10.3"
MacroTools = "0.5.1"
PDMats = "0.9.9"
ProgressMeter = "1.0.0"
Reexport = "0.2.0"
Requires = "0.5.2"
SpecialFunctions = "0.7.2"
StatsFuns = "0.8.0"
Tracker = "0.2.3"

[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down

3 comments on commit 0c60b04

@xukai92
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/4832

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.2 -m "<description of version>" 0c60b041f923ff025f7e5a804bf57e09bc62b9f9
git push origin v0.7.2

@BayesBot
Copy link
Collaborator

Choose a reason for hiding this comment

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

The benchmark job for this commit has completed.
Here is the benchmark report and commit (TuringLang/ContinuousBenchmarks.jl@3be2671c6a8d7855d331fccdff0d32755ff62e4b).
The benchmark log (printed via log_report) can be found below.

Please sign in to comment.