Skip to content

Commit 6189f0b

Browse files
authored
Compat bounds for test deps (#139)
* Compat bounds for test deps * Update Project.toml
1 parent 9d0d14b commit 6189f0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.5.12"
3+
version = "0.5.13"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -33,8 +33,10 @@ FastGaussQuadrature = "0.4, 0.5"
3333
FastTransforms = "0.12, 0.13, 0.14"
3434
FillArrays = "0.11, 0.12, 0.13"
3535
IntervalSets = "0.5, 0.6, 0.7"
36+
LazyArrays = "0.22"
3637
Reexport = "0.2, 1"
3738
SpecialFunctions = "0.10, 1.0, 2"
39+
StaticArrays = "1"
3840
julia = "1.6"
3941

4042
[extras]

0 commit comments

Comments
 (0)