Skip to content

Commit

Permalink
add LLVM compat bound to avoid CuArrays dep warn
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jul 15, 2020
1 parent b374227 commit 31a9576
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
Lazy = "50d2b5c4-7a5e-59d5-8109-a42b560f39c0"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down Expand Up @@ -64,6 +65,7 @@ IterTools = "1.3.0"
JLD2 = "0.1.11"
KahanSummation = "0.1.0"
Lazy = "0.13.2, 0.14, 0.15.0"
LLVM = "<1.7"
Loess = "0.5.0"
MacroTools = "0.5.4"
Match = "1.1.0"
Expand Down

0 comments on commit 31a9576

Please sign in to comment.