Skip to content

Commit 3f4113a

Browse files
CompatHelper: bump compat for "SpecialFunctions" to "2" (#65)
* CompatHelper: bump compat for "SpecialFunctions" to "2" * 0.4.6 * Update ci.yml Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 29a9f10 commit 3f4113a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.5'
14+
- '1.6'
1415
- '1'
15-
- '^1.7.0-0'
1616
os:
1717
- ubuntu-latest
1818
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.4.5"
3+
version = "0.4.6"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -32,7 +32,7 @@ FastTransforms = "0.12, 0.13"
3232
FillArrays = "0.11, 0.12"
3333
IntervalSets = "0.5"
3434
Reexport = "0.2, 1"
35-
SpecialFunctions = "0.10, 1.0"
35+
SpecialFunctions = "0.10, 1.0, 2"
3636
julia = "1.5"
3737

3838
[extras]

0 commit comments

Comments
 (0)