-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CompatHelper: bump compat for InfiniteLinearAlgebra to 0.9, (keep exi…
…sting compat) (JuliaApproximation#218) * CompatHelper: bump compat for InfiniteLinearAlgebra to 0.9, (keep existing compat) * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Sheehan Olver <[email protected]>
- Loading branch information
1 parent
16fe1a5
commit e9ee566
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ClassicalOrthogonalPolynomials" | ||
uuid = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd" | ||
authors = ["Sheehan Olver <[email protected]>"] | ||
version = "0.13.8" | ||
version = "0.13.9" | ||
|
||
[deps] | ||
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" | ||
|
@@ -22,8 +22,8 @@ LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" | |
LazyBandedMatrices = "d7e5e226-e90b-4449-9968-0f923699bf6f" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c" | ||
RecurrenceRelationships = "807425ed-42ea-44d6-a357-6771516d7b2c" | ||
RecurrenceRelationshipArrays = "b889d2dc-af3c-4820-88a8-238fa91d3518" | ||
RecurrenceRelationships = "807425ed-42ea-44d6-a357-6771516d7b2c" | ||
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | ||
|
||
[weakdeps] | ||
|
@@ -45,15 +45,15 @@ FastGaussQuadrature = "1" | |
FastTransforms = "0.16.6" | ||
FillArrays = "1" | ||
HypergeometricFunctions = "0.3.4" | ||
InfiniteArrays = " 0.14" | ||
InfiniteLinearAlgebra = "0.8" | ||
InfiniteArrays = " 0.14, 0.15" | ||
InfiniteLinearAlgebra = "0.8, 0.9" | ||
IntervalSets = "0.7" | ||
LazyArrays = "2.2" | ||
LazyBandedMatrices = "0.10" | ||
LazyBandedMatrices = "0.10, 0.11" | ||
MutableArithmetics = "1" | ||
QuasiArrays = "0.11" | ||
RecurrenceRelationships = "0.1" | ||
RecurrenceRelationshipArrays = "0.1" | ||
RecurrenceRelationships = "0.1" | ||
SpecialFunctions = "1.0, 2" | ||
julia = "1.10" | ||
|
||
|