Skip to content

Commit 2cca183

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for ForwardDiff to 1 for package test, (keep existing compat)
1 parent fda074f commit 2cca183

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lib/LuxLib/test/Project.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3333
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
3434
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
3535

36+
[sources.LuxTestUtils]
37+
path = "../../LuxTestUtils"
38+
39+
[sources.MLDataDevices]
40+
path = "../../MLDataDevices"
41+
3642
[compat]
3743
AppleAccelerate = "0.4"
3844
Aqua = "0.8.7"
@@ -44,7 +50,7 @@ ComponentArrays = "0.15.22"
4450
Enzyme = "0.13.74"
4551
EnzymeCore = "0.8.12"
4652
ExplicitImports = "1.9.0"
47-
ForwardDiff = "0.10.36, =1"
53+
ForwardDiff = "0.10.36, =1, 1"
4854
InteractiveUtils = "<0.0.1, 1"
4955
JLArrays = "0.1.5, 0.2"
5056
LoopVectorization = "0.12.171"
@@ -67,7 +73,3 @@ Statistics = "1.10"
6773
Test = "1.10"
6874
Tracker = "0.2.36"
6975
Zygote = "0.6.70, 0.7"
70-
71-
[sources]
72-
LuxTestUtils = { path = "../../LuxTestUtils" }
73-
MLDataDevices = { path = "../../MLDataDevices" }

0 commit comments

Comments
 (0)