Skip to content

Commit 8a7a972

Browse files
committed
Tests pass
1 parent c239f9f commit 8a7a972

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14+
- '1'
15+
- '^1.8.0-0'
1416
os:
1517
- ubuntu-latest
1618
- macOS-latest

Project.toml

Lines changed: 1 addition & 2 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.2.4"
4+
version = "0.2.5"
55

66
[deps]
77
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
@@ -26,7 +26,6 @@ DomainSets = "0.5"
2626
FastTransforms = "0.13"
2727
InfiniteArrays = "0.12"
2828
IntervalSets = "0.5"
29-
LazyBandedMatrices = "0.7"
3029
QuasiArrays = "0.9"
3130
SpecialFunctions = "1, 2"
3231
StaticArrays = "1"

0 commit comments

Comments
 (0)