Skip to content

Commit 01635ec

Browse files
authored
chore: bump forwarddiff to 1.0 (#1277)
1 parent a7b1f11 commit 01635ec

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Lux"
22
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.11.0"
4+
version = "1.11.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -89,7 +89,7 @@ Enzyme = "0.13.35"
8989
EnzymeCore = "0.8.8"
9090
FastClosures = "0.3.2"
9191
Flux = "0.15, 0.16"
92-
ForwardDiff = "0.10.36"
92+
ForwardDiff = "0.10.36, 1"
9393
FunctionWrappers = "1.1.3"
9494
Functors = "0.5"
9595
GPUArraysCore = "0.2"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DocumenterCitations = "1.3.6"
4949
DocumenterVitepress = "0.1.3"
5050
Enzyme = "0.13.35"
5151
FiniteDiff = "2.23.1"
52-
ForwardDiff = "0.10.36"
52+
ForwardDiff = "0.10.36, 1"
5353
Functors = "0.5"
5454
GPUArraysCore = "0.2"
5555
KernelAbstractions = "0.9"

examples/Basics/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
99

1010
[compat]
1111
ComponentArrays = "0.15.22"
12-
ForwardDiff = "0.10"
12+
ForwardDiff = "0.10, 1"
1313
Lux = "1"
1414
Optimisers = "0.4.1"
1515
Zygote = "0.6.70, 0.7"

lib/LuxLib/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LuxLib"
22
uuid = "82251201-b29d-42c6-8e01-566dec8acb11"
33
authors = ["Avik Pal <avikpal@mit.edu> and contributors"]
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -72,7 +72,7 @@ DispatchDoctor = "0.4.12"
7272
Enzyme = "0.13.35"
7373
EnzymeCore = "0.8.8"
7474
FastClosures = "0.3.2"
75-
ForwardDiff = "0.10.36"
75+
ForwardDiff = "0.10.36, 1"
7676
Functors = "0.5"
7777
KernelAbstractions = "0.9.27"
7878
LinearAlgebra = "1.10"

lib/LuxLib/test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ComponentArrays = "0.15.22"
4242
Enzyme = "0.13.35"
4343
EnzymeCore = "0.8.8"
4444
ExplicitImports = "1.9.0"
45-
ForwardDiff = "0.10.36"
45+
ForwardDiff = "0.10.36, 1"
4646
InteractiveUtils = "<0.0.1, 1"
4747
JLArrays = "0.1.5, 0.2"
4848
LoopVectorization = "0.12.171"

lib/LuxTestUtils/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LuxTestUtils"
22
uuid = "ac9de150-d08f-4546-94fb-7472b5760531"
33
authors = ["Avik Pal <avikpal@mit.edu>"]
4-
version = "1.7.1"
4+
version = "1.7.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -32,7 +32,7 @@ ComponentArrays = "0.15.22"
3232
DispatchDoctor = "0.4.12"
3333
Enzyme = "0.13.35"
3434
FiniteDiff = "2.23.1"
35-
ForwardDiff = "0.10.36"
35+
ForwardDiff = "0.10.36, 1"
3636
Functors = "0.5"
3737
JET = "0.9.6"
3838
MLDataDevices = "1.6.10"

lib/MLDataDevices/test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ChainRulesTestUtils = "1.13.0"
2828
ComponentArrays = "0.15.22"
2929
ExplicitImports = "1.9.0"
3030
FillArrays = "1"
31-
ForwardDiff = "0.10.36"
31+
ForwardDiff = "0.10.36, 1"
3232
Functors = "0.5"
3333
MLUtils = "0.4.4"
3434
OneHotArrays = "0.2.5"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DispatchDoctor = "0.4.12"
5151
Documenter = "1.4"
5252
Enzyme = "0.13.35"
5353
ExplicitImports = "1.9.0"
54-
ForwardDiff = "0.10.36"
54+
ForwardDiff = "0.10.36, 1"
5555
Functors = "0.5"
5656
InteractiveUtils = "<0.0.1, 1"
5757
LinearAlgebra = "1.10"

0 commit comments

Comments
 (0)