Skip to content

Commit 8e800ed

Browse files
authored
ClassicalOPs v0.10 (#76)
* ClassicalOPs v0.10 * Update ci.yml
1 parent f86e0d0 commit 8e800ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
version:
13-
- '^1.9.0-0'
13+
- '1.9'
1414
os:
1515
- ubuntu-latest
1616
- macOS-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2121
[compat]
2222
ArrayLayouts = "1"
2323
BandedMatrices = "0.17"
24-
ClassicalOrthogonalPolynomials = "0.9"
25-
ContinuumArrays = "0.12"
24+
ClassicalOrthogonalPolynomials = "0.9, 0.10"
25+
ContinuumArrays = "0.12, 0.13"
2626
FillArrays = "1"
2727
HypergeometricFunctions = "0.3.4"
2828
InfiniteArrays = "0.12.9"
2929
InfiniteLinearAlgebra = "0.6.19"
3030
LazyArrays = "1"
31-
QuasiArrays = "0.9"
31+
QuasiArrays = "0.9, 0.10"
3232
SingularIntegrals = "0.0.2"
3333
SpecialFunctions = "1.0, 2"
3434
julia = "1.9"

0 commit comments

Comments
 (0)