Skip to content

Commit a3b30a9

Browse files
author
Kristoffer Carlsson
authored
allow LogExpFunctions 0.3 in compat (#340)
* allow LogExpFunctions 0.3 in compat * bump patch version
1 parent 7c4ca2a commit a3b30a9

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,6 +1,6 @@
11
name = "SpecialFunctions"
22
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
3-
version = "1.6.0"
3+
version = "1.6.1"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -10,7 +10,7 @@ OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
1010
[compat]
1111
ChainRulesCore = "0.9.44, 0.10, 1"
1212
ChainRulesTestUtils = "0.6.8, 0.7, 1"
13-
LogExpFunctions = "0.2"
13+
LogExpFunctions = "0.2, 0.3"
1414
OpenSpecFun_jll = "0.5"
1515
julia = "1.3"
1616

0 commit comments

Comments
 (0)