Skip to content

Commit

Permalink
chore: bump minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 14, 2024
1 parent 01a548c commit 2a66d9d
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ArgCheck = "2.3"
ArrayInterface = "7.10"
CUDA = "5.3.2"
ChainRulesCore = "1.24"
Compat = "4.15"
Compat = "4.16"
ComponentArrays = "0.15.18"
ConcreteStructs = "0.2.3"
DispatchDoctor = "0.4.12"
Expand Down Expand Up @@ -107,7 +107,7 @@ SimpleChains = "0.4.7"
Static = "1.1.1"
StaticArraysCore = "1.4.3"
Statistics = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
WeightInitializers = "1"
Zygote = "0.6.70"
julia = "1.10"
2 changes: 1 addition & 1 deletion examples/BayesianNN/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Functors = "0.5"
LinearAlgebra = "1"
Lux = "1"
Random = "1"
Tracker = "0.2"
Tracker = "0.2.36"
Turing = "0.34, 0.35"
Zygote = "0.6.69"
4 changes: 2 additions & 2 deletions lib/LuxCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LuxCoreSetfieldExt = "Setfield"
[compat]
ArrayInterface = "7.9"
ChainRulesCore = "1.24"
Compat = "4.15.0"
Compat = "4.16"
DispatchDoctor = "0.4.10"
EnzymeCore = "0.8.5"
Functors = "0.5"
Expand All @@ -41,5 +41,5 @@ Random = "1.10"
Reactant = "0.2.4"
ReverseDiff = "1.15"
Setfield = "1"
Tracker = "0.2.34"
Tracker = "0.2.36"
julia = "1.10"
4 changes: 2 additions & 2 deletions lib/LuxLib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ArrayInterface = "7.9"
BLISBLAS = "0.1"
CUDA = "5.3.2"
ChainRulesCore = "1.24"
Compat = "4.15.0"
Compat = "4.16"
CpuId = "0.3"
DispatchDoctor = "0.4.12"
Enzyme = "0.13.13"
Expand All @@ -88,6 +88,6 @@ SLEEFPirates = "0.6.43"
Static = "0.8.4, 1"
StaticArraysCore = "1.4.3"
Statistics = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
cuDNN = "1.3"
julia = "1.10"
2 changes: 1 addition & 1 deletion lib/LuxLib/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Static = "0.8.4, 1"
StaticArrays = "1.9.7"
Statistics = "1.10"
Test = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
Zygote = "0.6.70"
2 changes: 1 addition & 1 deletion lib/LuxTestUtils/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ JET = "0.9.6"
MLDataDevices = "1.6"
ReverseDiff = "1.15.3"
Test = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
Zygote = "0.6.70"
julia = "1.10"
4 changes: 2 additions & 2 deletions lib/MLDataDevices/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Adapt = "4.1"
CUDA = "5.2"
ChainRules = "1.51"
ChainRulesCore = "1.23"
Compat = "4.15"
Compat = "4.16"
FillArrays = "1"
Functors = "0.5"
GPUArrays = "10, 11"
Expand All @@ -67,7 +67,7 @@ Reactant = "0.2.4"
RecursiveArrayTools = "3.8"
ReverseDiff = "1.15"
SparseArrays = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
Zygote = "0.6.69"
cuDNN = "1.3"
julia = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/MLDataDevices/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ ReverseDiff = "1.15"
SafeTestsets = "0.1"
SparseArrays = "1.10"
Test = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
Zygote = "0.6.69"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ Static = "1"
StaticArrays = "1.9"
Statistics = "1.11.1"
Test = "1.10"
Tracker = "0.2.34"
Tracker = "0.2.36"
Zygote = "0.6.70"

0 comments on commit 2a66d9d

Please sign in to comment.