Skip to content

Commit

Permalink
CompatHelper: bump compat for SpecialFunctions to 2, (keep existing c…
Browse files Browse the repository at this point in the history
…ompat) (#1741)

* CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat)

* Update Project.toml

* Update Project.toml

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2021
1 parent 5c4b4d5 commit ac99fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.19.2"
version = "0.19.3"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -54,7 +54,7 @@ NamedArrays = "0.9"
Reexport = "0.2, 1"
Requires = "0.5, 1.0"
SciMLBase = "1.8.1"
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1"
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
StatsBase = "0.32, 0.33"
StatsFuns = "0.8, 0.9"
Tracker = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NamedArrays = "0.9.4"
Optim = "0.22, 1.0"
PDMats = "0.10, 0.11"
ReverseDiff = "1.4.2"
SpecialFunctions = "0.10.3, 1"
SpecialFunctions = "0.10.3, 1, 2"
StatsBase = "0.33"
StatsFuns = "0.9.5"
Tracker = "0.2.11"
Expand Down

2 comments on commit ac99fb0

@devmotion
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/51205

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.19.3 -m "<description of version>" ac99fb0d116dc9edf7a9df6df44c990a8fcd3945
git push origin v0.19.3

Please sign in to comment.