Skip to content

Commit 6d1562a

Browse files
authored
Update SpecialFunctions (#1490)
1 parent 053a2f7 commit 6d1562a

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.15.3"
3+
version = "0.15.4"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -52,7 +52,7 @@ MCMCChains = "4"
5252
NamedArrays = "0.9"
5353
Reexport = "0.2.0"
5454
Requires = "0.5, 1.0"
55-
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10"
55+
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1"
5656
StatsBase = "0.32, 0.33"
5757
StatsFuns = "0.8, 0.9"
5858
Tracker = "0.2.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ NamedArrays = "0.9.4"
4646
Optim = "0.22, 1.0"
4747
PDMats = "0.10"
4848
ReverseDiff = "1.4.2"
49-
SpecialFunctions = "0.10.3"
49+
SpecialFunctions = "0.10.3, 1"
5050
StatsBase = "0.33"
5151
StatsFuns = "0.9.5"
5252
Tracker = "0.2.11"

0 commit comments

Comments
 (0)