From ee902f64a80c3c913489436099b12443aca99777 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Fri, 29 Dec 2023 10:56:54 +0100 Subject: [PATCH] Increase package version to 0.2.5 --- Project.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Project.toml b/Project.toml index 4958b67..e1912d9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "RadiationDetectorDSP" uuid = "afd6e06f-c550-5763-af36-7391d39e46ec" -version = "0.2.4" +version = "0.2.5" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -31,6 +31,14 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" +[weakdeps] +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" +JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" + +[extensions] +RadiationDetectorDSPCUDAExt = "CUDA" +RadiationDetectorDSPJLArraysExt = "JLArrays" + [compat] Adapt = "1, 2, 3, 4" ArgCheck = "1, 2" @@ -63,15 +71,7 @@ UnPack = "1" Unitful = "1" julia = "1.6" -[extensions] -RadiationDetectorDSPCUDAExt = "CUDA" -RadiationDetectorDSPJLArraysExt = "JLArrays" - [extras] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[weakdeps] -CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" -JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"