Skip to content

Commit 0e77a04

Browse files
authored
Up LazyArrays compat (#102)
* Up LazyArrays compat * Update Julia compat, and change CI to test latest
1 parent 5d48cc5 commit 0e77a04

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
version:
23-
- '1.9'
23+
- '1'
2424
os:
2525
- ubuntu-latest
2626
- macOS-latest

Project.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SemiclassicalOrthogonalPolynomials"
22
uuid = "291c01f3-23f6-4eb6-aeb0-063a639b53f2"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.5.5"
4+
version = "0.5.6"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -20,16 +20,16 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2020
[compat]
2121
ArrayLayouts = "1"
2222
BandedMatrices = "0.17, 1"
23-
ClassicalOrthogonalPolynomials = "0.12.4"
24-
ContinuumArrays = "0.15, 0.16, 0.17"
23+
ClassicalOrthogonalPolynomials = "0.13"
24+
ContinuumArrays = "0.18"
2525
FillArrays = "1"
2626
HypergeometricFunctions = "0.3.4"
27-
InfiniteArrays = "0.13"
28-
InfiniteLinearAlgebra = "0.7"
29-
LazyArrays = "1"
27+
InfiniteArrays = "0.14"
28+
InfiniteLinearAlgebra = "0.8"
29+
LazyArrays = "2"
3030
QuasiArrays = "0.11"
3131
SpecialFunctions = "1.0, 2"
32-
julia = "1.9"
32+
julia = "1.10"
3333

3434
[extras]
3535
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

0 commit comments

Comments
 (0)