Skip to content

Commit

Permalink
chore: bump Zygote version
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 5, 2025
1 parent e9ddf77 commit 1b1b125
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Lux"
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.4.4"
version = "1.4.5"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -121,5 +121,5 @@ StaticArraysCore = "1.4.3"
Statistics = "1.10"
Tracker = "0.2.37"
WeightInitializers = "1"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
julia = "1.10"
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Reactant = "0.2.11"
StableRNGs = "1"
StaticArrays = "1"
WeightInitializers = "1"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
julia = "1.10"

[sources]
Expand Down
2 changes: 1 addition & 1 deletion examples/Basics/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ ForwardDiff = "0.10"
Lux = "1"
LuxCUDA = "0.3"
Optimisers = "0.4.1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/BayesianNN/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Lux = "1.2"
Random = "1"
Tracker = "0.2.37"
Turing = "0.34, 0.35"
Zygote = "0.6.69"
Zygote = "0.6.69, 0.7"
2 changes: 1 addition & 1 deletion examples/CIFAR10/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Random = "1.10"
Reactant = "0.2.12"
StableRNGs = "1.0.2"
Statistics = "1.10"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/DDIM/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ Setfield = "1"
StableRNGs = "1.0.2"
Statistics = "1.10"
TensorBoardLogger = "0.1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/HyperNet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ OneHotArrays = "0.2.5"
Optimisers = "0.4.1"
Setfield = "1"
Statistics = "1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/ImageNet/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Optimisers = "0.4.1"
ParameterSchedulers = "0.4.2"
Random = "1.10"
Setfield = "1.1.1"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/NeuralODE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Optimisers = "0.4.1"
OrdinaryDiffEqTsit5 = "1"
SciMLSensitivity = "7.63"
Statistics = "1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/PINN2DPDE/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Optimisers = "0.4.1"
Printf = "1.10"
Random = "1.10"
Statistics = "1.10"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/PolynomialFitting/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Lux = "1"
LuxCUDA = "0.3"
Optimisers = "0.4.1"
Statistics = "1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion examples/SimpleChains/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ OneHotArrays = "0.2.5"
Optimisers = "0.4.1"
Random = "1"
SimpleChains = "0.4.6"
Zygote = "0.6.69"
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 @@ -18,4 +18,4 @@ LuxCUDA = "0.3"
MLUtils = "0.4"
Optimisers = "0.4.1"
Statistics = "1"
Zygote = "0.6"
Zygote = "0.6.70, 0.7"
2 changes: 1 addition & 1 deletion lib/LuxLib/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ StaticArrays = "1.9.7"
Statistics = "1.10"
Test = "1.10"
Tracker = "0.2.36"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
4 changes: 2 additions & 2 deletions lib/LuxTestUtils/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LuxTestUtils"
uuid = "ac9de150-d08f-4546-94fb-7472b5760531"
authors = ["Avik Pal <[email protected]>"]
version = "1.7.0"
version = "1.7.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -40,5 +40,5 @@ Optimisers = "0.3.4, 0.4"
ReverseDiff = "1.15.3"
Test = "1.10"
Tracker = "0.2.36"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"
julia = "1.10"
2 changes: 1 addition & 1 deletion lib/MLDataDevices/test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ SafeTestsets = "0.1"
SparseArrays = "1.10"
Test = "1.10"
Tracker = "0.2.36"
Zygote = "0.6.69"
Zygote = "0.6.69, 0.7"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ StaticArrays = "1.9"
Statistics = "1.10"
Test = "1.10"
Tracker = "0.2.37"
Zygote = "0.6.70"
Zygote = "0.6.70, 0.7"

0 comments on commit 1b1b125

Please sign in to comment.