From c9489d583e1e3b6b1a7b7d8a629d5515ce776954 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 May 2024 00:25:10 +0000 Subject: [PATCH] CompatHelper: bump compat for LazyArrays to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7e78eab2..0439eca4 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ FastGaussQuadrature = "1" ForwardDiff = "^0.10.25" LBFGSB = "0.4" LRUCache = "^1.6" -LazyArrays = "^1.8" +LazyArrays = "^1.8, 2" LineSearches = "^7.1.1" LinearAlgebra = "1" Optim = "1" @@ -54,4 +54,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" libcint_jll = "574b78ca-bebd-517c-801d-4735c93a9686" [targets] -test = ["Documenter", "ForwardDiff", "LinearAlgebra", "Optim", "QuadGK", "Random", "Suppressor", "Test", "libcint_jll"] \ No newline at end of file +test = ["Documenter", "ForwardDiff", "LinearAlgebra", "Optim", "QuadGK", "Random", "Suppressor", "Test", "libcint_jll"]