diff --git a/Project.toml b/Project.toml index 7e8f4f0a..a77f25ee 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ ForwardDiff = "0.10.36, 1" JET = "0.9, 0.10" JuliaFormatter = "2.1.2" Krylov = "0.9.6, 0.10" -KrylovKit = "0.9.5" +KrylovKit = "0.9.5, 0.10" LinearAlgebra = "1" NLsolve = "4.5.1" Optim = "1.12.0" @@ -72,27 +72,4 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe" Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [targets] -test = [ - "ADTypes", - "Aqua", - "ChainRulesCore", - "ChainRulesTestUtils", - "ComponentArrays", - "DifferentiationInterface", - "Documenter", - "ExplicitImports", - "FiniteDiff", - "ForwardDiff", - "JET", - "JuliaFormatter", - "LinearAlgebra", - "NLsolve", - "Optim", - "Random", - "SparseArrays", - "StaticArrays", - "Test", - "TestItems", - "TestItemRunner", - "Zygote", -] +test = ["ADTypes", "Aqua", "ChainRulesCore", "ChainRulesTestUtils", "ComponentArrays", "DifferentiationInterface", "Documenter", "ExplicitImports", "FiniteDiff", "ForwardDiff", "JET", "JuliaFormatter", "LinearAlgebra", "NLsolve", "Optim", "Random", "SparseArrays", "StaticArrays", "Test", "TestItems", "TestItemRunner", "Zygote"]