Skip to content

Commit 89574a5

Browse files
committed
Update Project.toml
1 parent 825f57f commit 89574a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2323
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
2424
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2525
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
26-
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
2726
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2827
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2928
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
@@ -34,17 +33,18 @@ ApproxFun = "0.11"
3433
ApproxFunBase = "0.3"
3534
ApproxFunFourier = "0.2"
3635
ApproxFunOrthogonalPolynomials = "0.3"
37-
ArrayLayouts = "0.1"
36+
ArrayLayouts = "0.1, 0.2, 0.3"
3837
BandedMatrices = "0.14"
3938
BlockArrays = "0.11"
4039
BlockBandedMatrices = "0.7"
41-
DomainSets = "0.1"
40+
DomainSets = "0.1, 0.2, 0.3"
4241
FastGaussQuadrature = "0.4"
43-
FastTransforms = "0.8"
42+
FastTransforms = "0.8, 0.9"
4443
FillArrays = "0.8"
45-
InfiniteArrays = "0.6"
46-
LazyArrays = "0.14, 0.15"
47-
RecipesBase = "0.5, 0.6, 0.7"
48-
SpecialFunctions = "0.7, 0.8, 0.9"
44+
InfiniteArrays = "0.6, 0.7"
45+
LazyArrays = "0.14, 0.15, 0.16"
46+
Makie = "0.10"
47+
RecipesBase = "0.5, 0.6, 0.7, 1"
48+
SpecialFunctions = "0.7, 0.8, 0.9, 0.10"
4949
StaticArrays = "0.11, 0.12"
5050
julia = "1.3"

0 commit comments

Comments
 (0)