From df499c2796b8da1bb66b2de244bbc67b05c6a610 Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Fri, 15 Dec 2023 11:02:58 -0600 Subject: [PATCH] Update Project.toml --- Project.toml | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index 24d2cdc2..55bff8df 100644 --- a/Project.toml +++ b/Project.toml @@ -6,6 +6,9 @@ version = "0.9.14" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458" +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" +Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" +Enzyme_jll = "7cc45869-7501-5eee-bdea-0790c847d4ef" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" @@ -17,27 +20,27 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" UnsafeAtomics = "013be700-e6cd-48c3-b4a1-df204f14c38f" UnsafeAtomicsLLVM = "d80eeb9a-aca5-4d75-85e5-170c8b632249" +[weakdeps] +EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" + +[extensions] +EnzymeExt = "EnzymeCore" + [compat] Adapt = "0.4, 1.0, 2.0, 3.0" Atomix = "0.1" EnzymeCore = "0.6.4" +InteractiveUtils = "1.6" +LinearAlgebra = "1.6" MacroTools = "0.5" PrecompileTools = "1" Requires = "1.3" +SparseArrays = "<0.0.1, 1.6" StaticArrays = "0.12, 1.0" +UUIDs = "<0.0.1, 1.6" UnsafeAtomics = "0.2.1" UnsafeAtomicsLLVM = "0.1" -InteractiveUtils = "1.6" -LinearAlgebra = "1.6" -SparseArrays = "<0.0.1, 1.6" -UUIDs = "<0.0.1, 1.6" julia = "1.6" -[extensions] -EnzymeExt = "EnzymeCore" - [extras] EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869" - -[weakdeps] -EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"