Skip to content

Commit 0074fe2

Browse files
committed
Use SolidStateDetectors v0.10
1 parent 99ee176 commit 0074fe2

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

Manifest-v1.11.toml

+23-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.0-rc4"
3+
julia_version = "1.11.0"
44
manifest_format = "2.0"
5-
project_hash = "6c1f790a3352994ea93cf6ef1af94ac45a624f5d"
5+
project_hash = "f01c9892a2e4ceadd1478c9db17d49d770c058ad"
66

77
[[deps.ANSIColoredPrinters]]
88
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
@@ -1059,6 +1059,12 @@ git-tree-sha1 = "5ee6203157c120d79034c748a2acba45b82b8807"
10591059
uuid = "38a345b3-de98-5d2b-a5d3-14cd9215e700"
10601060
version = "2.40.1+0"
10611061

1062+
[[deps.LightXML]]
1063+
deps = ["Libdl", "XML2_jll"]
1064+
git-tree-sha1 = "3a994404d3f6709610701c7dabfc03fed87a81f8"
1065+
uuid = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
1066+
version = "0.9.1"
1067+
10621068
[[deps.LineSearches]]
10631069
deps = ["LinearAlgebra", "NLSolversBase", "NaNMath", "Parameters", "Printf"]
10641070
git-tree-sha1 = "e4c3be53733db1051cc15ecf573b1042b3a712a1"
@@ -1732,10 +1738,16 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
17321738
version = "1.11.0"
17331739

17341740
[[deps.SolidStateDetectors]]
1735-
deps = ["Adapt", "ArraysOfArrays", "Clustering", "DataStructures", "Distributions", "FillArrays", "Format", "GPUArrays", "Interpolations", "IntervalSets", "JSON", "KernelAbstractions", "LaTeXStrings", "LinearAlgebra", "ParallelProcessingTools", "Parameters", "PolygonOps", "Polynomials", "ProgressMeter", "RadiationDetectorSignals", "Random", "RecipesBase", "Requires", "Rotations", "StaticArrays", "Statistics", "StatsBase", "Tables", "TypedTables", "Unitful", "UnitfulAtomic", "YAML"]
1736-
git-tree-sha1 = "af605ae1263b9d8d4666ddd7046b09a52d173721"
1741+
deps = ["Adapt", "ArraysOfArrays", "Clustering", "Distributions", "FillArrays", "Format", "GPUArrays", "Interpolations", "IntervalSets", "JSON", "KernelAbstractions", "LaTeXStrings", "LightXML", "LinearAlgebra", "OrderedCollections", "ParallelProcessingTools", "Parameters", "PolygonOps", "Polynomials", "ProgressMeter", "RadiationDetectorSignals", "Random", "RecipesBase", "Requires", "Rotations", "StaticArrays", "Statistics", "StatsBase", "Suppressor", "Tables", "TypedTables", "Unitful", "UnitfulAtomic", "YAML"]
1742+
git-tree-sha1 = "a744de79cfbcdebc9a9974fd11665f647f81f580"
17371743
uuid = "71e43887-2bd9-5f77-aebd-47f656f0a3f0"
1738-
version = "0.9.9"
1744+
version = "0.10.2"
1745+
1746+
[deps.SolidStateDetectors.extensions]
1747+
SolidStateDetectorsGeant4Ext = "Geant4"
1748+
1749+
[deps.SolidStateDetectors.weakdeps]
1750+
Geant4 = "559df036-b7a0-42fd-85df-7d5dd9d70f44"
17391751

17401752
[[deps.SortingAlgorithms]]
17411753
deps = ["DataStructures"]
@@ -1862,6 +1874,12 @@ deps = ["Artifacts", "Libdl", "libblastrampoline_jll"]
18621874
uuid = "bea87d4a-7f5b-5778-9afe-8cc45184846c"
18631875
version = "7.7.0+0"
18641876

1877+
[[deps.Suppressor]]
1878+
deps = ["Logging"]
1879+
git-tree-sha1 = "6dbb5b635c5437c68c28c2ac9e39b87138f37c0a"
1880+
uuid = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
1881+
version = "0.2.8"
1882+
18651883
[[deps.TOML]]
18661884
deps = ["Dates"]
18671885
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
6767
Documenter = "1.0"
6868
RadiationDetectorSignals = "0.3"
6969
RadiationSpectra = "0.5"
70-
SolidStateDetectors = "0.9"
70+
SolidStateDetectors = "0.10"
7171
julia = "1.8"

0 commit comments

Comments
 (0)