Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann committed Nov 13, 2024
1 parent 5b90cde commit 89945ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ArraysOfArrays = "0.5, 0.6"
Clustering = "0.15"
Distributions = "0.24.5, 0.25"
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
Format = "1.2, 1.3"
Format = "1.2"
GPUArrays = "8, 9, 10"
Geant4 = "0.1.13"
Interpolations = "0.14, 0.15"
Expand All @@ -68,16 +68,16 @@ Polynomials = "2, 3, 4"
ProgressMeter = "1.5"
RadiationDetectorSignals = "0.3.5"
Random = "<0.0.1, 1"
RecipesBase = "1.0, 1.1, 1.2, 1.3"
Requires = "1.1, 1.2, 1.3"
Rotations = "1.0"
RecipesBase = "1"
Requires = "1"
Rotations = "1"
StaticArrays = "1"
Statistics = "<0.0.1, 1"
StatsBase = "0.33.7, 0.34"
Suppressor = "0.2"
Tables = "1.1"
TypedTables = "1.2"
Unitful = "1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19"
Unitful = "1.11"
UnitfulAtomic = "1"
YAML = "0.4.2"
julia = "1.10"
3 changes: 2 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
Geant4 = "559df036-b7a0-42fd-85df-7d5dd9d70f44"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LegendDataTypes = "99e09c13-5545-5ee2-bfa2-77f358fb75d8"
LegendHDF5IO = "c9265ca6-b027-5446-b1a4-febfa8dd10b0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -17,5 +18,5 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
LegendHDF5IO = "0.1"
LegendDataTypes = "0.1.3"
LegendHDF5IO = "0.1"

0 comments on commit 89945ef

Please sign in to comment.