Skip to content

Commit 64c3735

Browse files
github-actions[bot]CompatHelper Juliadlfivefifty
authored
CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#130)
* CompatHelper: bump compat for FillArrays to 1, (keep existing compat) * Update Project.toml * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 36441f4 commit 64c3735

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Project.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ClassicalOrthogonalPolynomials"
22
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.7.5"
4+
version = "0.7.6"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -25,21 +25,21 @@ QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
2525
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2626

2727
[compat]
28-
ArrayLayouts = "0.8"
28+
ArrayLayouts = "0.8, 1"
2929
BandedMatrices = "0.17.17"
3030
BlockArrays = "0.16.9"
31-
BlockBandedMatrices = "0.11.6"
31+
BlockBandedMatrices = "0.11.6, 0.12"
3232
ContinuumArrays = "0.12.4"
3333
DomainSets = "0.5.6, 0.6"
3434
FFTW = "1.1"
3535
FastGaussQuadrature = "0.4.3, 0.5"
36-
FastTransforms = "0.15"
37-
FillArrays = "0.13"
36+
FastTransforms = "0.15.2"
37+
FillArrays = "0.13, 1"
3838
HypergeometricFunctions = "0.3.4"
3939
InfiniteArrays = "0.12.11"
4040
InfiniteLinearAlgebra = "0.6.16"
4141
IntervalSets = "0.5, 0.6, 0.7"
42-
LazyArrays = "0.22.18"
42+
LazyArrays = "0.22.18, 1"
4343
LazyBandedMatrices = "0.8.5"
4444
QuasiArrays = "0.9.6"
4545
SpecialFunctions = "1.0, 2"

0 commit comments

Comments
 (0)