Skip to content

Commit 1f85cdd

Browse files
authored
Merge pull request #65 from JuliaStats/dw/irrationalconstants
Support IrrationalConstants 0.2
2 parents 2df5225 + fe10188 commit 1f85cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LogExpFunctions"
22
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
33
authors = ["StatsFun.jl contributors, Tamas K. Papp <[email protected]>"]
4-
version = "0.3.22"
4+
version = "0.3.23"
55

66
[deps]
77
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -26,7 +26,7 @@ ChainRulesCore = "1"
2626
ChangesOfVariables = "0.1"
2727
DocStringExtensions = "0.8, 0.9"
2828
InverseFunctions = "0.1"
29-
IrrationalConstants = "0.1"
29+
IrrationalConstants = "0.1, 0.2"
3030
julia = "1"
3131

3232
[extras]

0 commit comments

Comments
 (0)