Skip to content

Commit

Permalink
fix: bump minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 23, 2025
1 parent 2e0acf8 commit 69e84c7
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ NNlib = "0.9.26"
Optimisers = "0.4.1"
Preferences = "1.4.3"
Random = "1.10"
Reactant = "0.2.13"
Reactant = "0.2.21"
Reexport = "1.2.2"
ReverseDiff = "1.15"
SIMDTypes = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Optimisers = "0.4.1"
Pkg = "1.10"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2.11"
Reactant = "0.2.21"
StableRNGs = "1"
StaticArrays = "1"
WeightInitializers = "1"
Expand Down
2 changes: 1 addition & 1 deletion examples/CIFAR10/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Optimisers = "0.4.1"
Printf = "1.10"
ProgressTables = "0.1"
Random = "1.10"
Reactant = "0.2.12"
Reactant = "0.2.21"
StableRNGs = "1.0.2"
Statistics = "1.10"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/ConvolutionalVAE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ OneHotArrays = "0.2.6"
Optimisers = "0.4"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2.9"
Reactant = "0.2.21"
2 changes: 1 addition & 1 deletion examples/GCN_Cora/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ OneHotArrays = "0.2"
Optimisers = "0.4.4"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2.18"
Reactant = "0.2.21"
Statistics = "1.10"
2 changes: 1 addition & 1 deletion examples/PINN2DPDE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ OnlineStats = "1.7.1"
Optimisers = "0.4.1"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2"
Reactant = "0.2.21"
Statistics = "1.10"
2 changes: 1 addition & 1 deletion examples/PolynomialFitting/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Lux = "1"
Optimisers = "0.4.1"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2.14"
Reactant = "0.2.21"
Statistics = "1.10"
2 changes: 1 addition & 1 deletion examples/RealNVP/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ MLUtils = "0.4.5"
Optimisers = "0.4.4"
Printf = "1.10"
Random = "1.10"
Reactant = "0.2.20"
Reactant = "0.2.21"
Statistics = "1.10"
2 changes: 1 addition & 1 deletion examples/SimpleChains/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ MLUtils = "0.4"
OneHotArrays = "0.2.5"
Optimisers = "0.4.1"
Random = "1"
Reactant = "0.2"
Reactant = "0.2.21"
SimpleChains = "0.4.6"
Zygote = "0.6.69, 0.7"
2 changes: 1 addition & 1 deletion examples/SimpleRNN/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ JLD2 = "0.5"
Lux = "1"
MLUtils = "0.4"
Optimisers = "0.4.1"
Reactant = "0.2"
Reactant = "0.2.21"
2 changes: 1 addition & 1 deletion lib/LuxCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EnzymeCore = "0.8.6"
Functors = "0.5"
MLDataDevices = "1.6"
Random = "1.10"
Reactant = "0.2.6"
Reactant = "0.2.21"
ReverseDiff = "1.15"
Setfield = "1"
Tracker = "0.2.36"
Expand Down
4 changes: 2 additions & 2 deletions lib/LuxLib/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Enzyme = "0.13.16"
EnzymeCore = "0.8.8"
FastClosures = "0.3.2"
ForwardDiff = "0.10.36"
Functors = "0.5.2"
Functors = "0.5"
Hwloc = "3.2"
KernelAbstractions = "0.9.27"
LinearAlgebra = "1.10"
Expand All @@ -90,7 +90,7 @@ Octavian = "0.3.28"
Polyester = "0.7.15"
Preferences = "1.4.3"
Random = "1.10"
Reactant = "0.2.13"
Reactant = "0.2.21"
Reexport = "1"
ReverseDiff = "1.15"
SLEEFPirates = "0.6.43"
Expand Down
2 changes: 1 addition & 1 deletion lib/MLDataDevices/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Metal = "1"
OneHotArrays = "0.2.5"
Preferences = "1.4"
Random = "1.10"
Reactant = "0.2.13"
Reactant = "0.2.21"
RecursiveArrayTools = "3.8"
ReverseDiff = "1.15"
SparseArrays = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion lib/WeightInitializers/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GPUArraysCore = "0.1.6, 0.2"
LinearAlgebra = "1.10"
Metal = "1.3.0"
Random = "1.10"
Reactant = "0.2.16"
Reactant = "0.2.21"
SpecialFunctions = "2.4"
Statistics = "1.10"
julia = "1.10"
Expand Down

0 comments on commit 69e84c7

Please sign in to comment.