Skip to content

Commit

Permalink
CompatHelper: bump compat for LazyArrays to 2, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed May 21, 2024
1 parent 355eafc commit c9489d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]
test = ["Documenter", "ForwardDiff", "LinearAlgebra", "Optim", "QuadGK", "Random", "Suppressor", "Test", "libcint_jll"]

0 comments on commit c9489d5

Please sign in to comment.