Skip to content

Commit 857213f

Browse files
committed
Increase lower compat bounds for julia-1.11 compatibility
1 parent d725f97 commit 857213f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Adapt = "3, 4"
5050
ArraysOfArrays = "0.5, 0.6"
5151
Clustering = "0.15"
5252
DataStructures = "0.17, 0.18"
53-
Distributions = "0.24.5, 0.25"
54-
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
53+
Distributions = "0.25.49"
54+
FillArrays = "0.13.8, 1"
5555
Format = "1.2"
5656
GPUArrays = "8, 9, 10, 11"
5757
Geant4 = "0.1.13, 0.2"
@@ -73,7 +73,7 @@ Random = "<0.0.1, 1"
7373
RecipesBase = "1"
7474
Requires = "1.1"
7575
Rotations = "1"
76-
StaticArrays = "1"
76+
StaticArrays = "1.5"
7777
Statistics = "<0.0.1, 1"
7878
StatsBase = "0.33.7, 0.34"
7979
Suppressor = "0.2"

0 commit comments

Comments
 (0)