Skip to content

Commit ac99fb0

Browse files
github-actions[bot]CompatHelper Juliadevmotion
authored
CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#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]>
1 parent 5c4b4d5 commit ac99fb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.19.2"
3+
version = "0.19.3"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -54,7 +54,7 @@ NamedArrays = "0.9"
5454
Reexport = "0.2, 1"
5555
Requires = "0.5, 1.0"
5656
SciMLBase = "1.8.1"
57-
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1"
57+
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
5858
StatsBase = "0.32, 0.33"
5959
StatsFuns = "0.8, 0.9"
6060
Tracker = "0.2.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ NamedArrays = "0.9.4"
4848
Optim = "0.22, 1.0"
4949
PDMats = "0.10, 0.11"
5050
ReverseDiff = "1.4.2"
51-
SpecialFunctions = "0.10.3, 1"
51+
SpecialFunctions = "0.10.3, 1, 2"
5252
StatsBase = "0.33"
5353
StatsFuns = "0.9.5"
5454
Tracker = "0.2.11"

0 commit comments

Comments
 (0)