Skip to content

Commit 85bc118

Browse files
authored
Support ClassicalOrthogonalPolynomials v0.4 (#34)
1 parent f47f644 commit 85bc118

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.5'
14-
- '^1.6.0-0'
14+
- '1'
1515
os:
1616
- ubuntu-latest
1717
- macOS-latest

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "HarmonicOrthogonalPolynomials"
22
uuid = "e416a80e-9640-42f3-8df8-80a93ca01ea5"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
@@ -20,13 +20,13 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2020
[compat]
2121
BlockArrays = "0.14, 0.15"
2222
BlockBandedMatrices = "0.10"
23-
ClassicalOrthogonalPolynomials = "0.2, 0.3"
24-
ContinuumArrays = "0.6, 0.7"
23+
ClassicalOrthogonalPolynomials = "0.2, 0.3, 0.4"
24+
ContinuumArrays = "0.6, 0.7, 0.8"
2525
DomainSets = "0.4"
2626
FastTransforms = "0.11, 0.12"
2727
InfiniteArrays = "0.10"
2828
IntervalSets = "0.5"
29-
QuasiArrays = "0.4, 0.5"
29+
QuasiArrays = "0.4, 0.5, 0.6"
3030
SpecialFunctions = "0.10, 1"
3131
StaticArrays = "0.12.1, 1"
3232
julia = "1.5"

0 commit comments

Comments
 (0)