Skip to content

Commit

Permalink
edit toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zuhengxu committed Aug 15, 2023
1 parent a3619ca commit 0dde183
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"


[extensions]
NormalizingFlowsEnzymeExt = "Enzyme"
NormalizingFlowsForwardDiffExt = "ForwardDiff"
NormalizingFlowsReverseDiffExt = "ReverseDiff"
NormalizingFlowsZygoteExt = "Zygote"
NormalizingFlowsCUDAExt = "CUDA"

[compat]
Expand All @@ -48,3 +52,4 @@ Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

0 comments on commit 0dde183

Please sign in to comment.