From 3d5db9d33b7028e91799f36e8b6ea3c3bdd28955 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Wed, 4 Sep 2024 01:25:32 -0500 Subject: [PATCH] remove Kronecker now that we don't reference it anymore --- Project.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index f183bfdb09a..174e493b9c8 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,6 @@ FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" IfElse = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173" -Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e" LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" @@ -75,7 +74,6 @@ FillArrays = "0.13.2, 1" ForwardDiff = "0.10.24" HDF5 = "0.16.10, 0.17" IfElse = "0.1" -Kronecker = "0.5" LinearAlgebra = "1" LinearMaps = "2.7, 3.0" LoopVectorization = "0.12.151" @@ -90,13 +88,13 @@ PrecompileTools = "1.1" Preferences = "1.3" Printf = "1" RecipesBase = "1.1" -RecursiveArrayTools = "2.38" +RecursiveArrayTools = "2.38.10" Reexport = "1.0" Requires = "1.1" SciMLBase = "1.90, 2" SimpleUnPack = "1.1" SparseArrays = "1" -StartUpDG = "0.17.7, 1.1" +StartUpDG = "0.17.7, ~1.1.5" Static = "0.8.7" StaticArrayInterface = "1.4" StaticArrays = "1.5"