Skip to content

Commit f6b63b5

Browse files
CompatHelper: bump compat for "SpecialFunctions" to "2" (#87)
* CompatHelper: bump compat for "SpecialFunctions" to "2" * v0.5.4 * 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 a65b9c6 commit f6b63b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
version:
1313
- '1.5'
1414
- '1'
15-
- '^1.7.0-0'
1615
os:
1716
- ubuntu-latest
1817
- macOS-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.5.3"
3+
version = "0.5.4"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -44,7 +44,7 @@ InfiniteLinearAlgebra = "0.5, 0.6"
4444
IntervalSets = "0.5"
4545
LazyArrays = "0.20, 0.21, 0.22"
4646
LowRankApprox = "0.2, 0.3, 0.4, 0.5"
47-
SpecialFunctions = "0.10, 1.0"
47+
SpecialFunctions = "0.10, 1.0, 2"
4848
StaticArrays = "0.12, 1.0"
4949
ToeplitzMatrices = "0.6, 0.7"
5050
julia = "1.5"

0 commit comments

Comments
 (0)