Skip to content

Commit 5b38fec

Browse files
alystAlexey Stukalov
authored andcommitted
use Compat to support evalpoly() on Julia 1.3
1 parent d277be3 commit 5b38fec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "2.2.0"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7+
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
78
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
89
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
910
OpenLibm_jll = "05823500-19ac-5b8b-9628-191a04bc5112"
@@ -18,6 +19,7 @@ SpecialFunctionsChainRulesCoreExt = "ChainRulesCore"
1819
[compat]
1920
ChainRulesCore = "0.9.44, 0.10, 1"
2021
ChainRulesTestUtils = "0.6.8, 0.7, 1"
22+
Compat = "3.7, 4"
2123
IrrationalConstants = "0.1, 0.2"
2224
LogExpFunctions = "0.3.2"
2325
OpenLibm_jll = "0.7, 0.8"

src/SpecialFunctions.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module SpecialFunctions
22

3+
using Compat
4+
35
using IrrationalConstants:
46
twoπ,
57
halfπ,

0 commit comments

Comments
 (0)