Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
michel2323 committed Dec 15, 2023
1 parent 410dea2 commit df499c2
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit df499c2

Please sign in to comment.