Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Aug 24, 2023
1 parent d21d479 commit 64f6bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ ClassicalOrthogonalPolynomials = "0.11"
ContinuumArrays = "0.15"
FillArrays = "1"
HypergeometricFunctions = "0.3.4"
InfiniteArrays = "0.12.9"
InfiniteLinearAlgebra = "0.6.19"
InfiniteArrays = "0.13"
InfiniteLinearAlgebra = "0.7"
LazyArrays = "1"
QuasiArrays = "0.11"
SpecialFunctions = "1.0, 2"
Expand Down
1 change: 1 addition & 0 deletions src/SemiclassicalOrthogonalPolynomials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import ClassicalOrthogonalPolynomials: OrthogonalPolynomial, recurrencecoefficie
golubwelsch, AbstractOPLayout, weight, cholesky_jacobimatrix, qr_jacobimatrix, isnormalized

import InfiniteArrays: OneToInf, InfUnitRange
import ContinuumArrays: basis, Weight, @simplify, AbstractBasisLayout, BasisLayout, MappedBasisLayout, grid, plotgrid, equals_layout, ExpansionLayout
import FillArrays: SquareEye
import HypergeometricFunctions: _₂F₁general2

Expand Down

0 comments on commit 64f6bb3

Please sign in to comment.