Skip to content

Commit 244992a

Browse files
committed
fix: force a recent version of Lux to avoid ForwardDiff regression
1 parent 694c3fd commit 244992a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqFlux"
22
uuid = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "4.4.0"
4+
version = "4.4.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -30,7 +30,7 @@ DiffEqFluxDataInterpolationsExt = "DataInterpolations"
3030
ADTypes = "1.5"
3131
Aqua = "0.8.7"
3232
BenchmarkTools = "1.5.0"
33-
Boltz = "1"
33+
Boltz = "1.7"
3434
ChainRulesCore = "1"
3535
ComponentArrays = "0.15.17"
3636
ConcreteStructs = "0.2"
@@ -43,11 +43,11 @@ Distributions = "0.25"
4343
DistributionsAD = "0.6.55"
4444
ExplicitImports = "1.9"
4545
Flux = "0.16"
46-
ForwardDiff = "0.10"
46+
ForwardDiff = "0.10, 1"
4747
Hwloc = "3"
4848
InteractiveUtils = "<0.0.1, 1"
4949
LinearAlgebra = "1.10"
50-
Lux = "1"
50+
Lux = "1.22"
5151
LuxCUDA = "0.3.2"
5252
LuxCore = "1"
5353
LuxLib = "1.2"

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Distances = "0.10.7"
4747
Distributions = "0.25.78"
4848
Documenter = "1"
4949
Flux = "0.14, 0.15, 0.16"
50-
ForwardDiff = "0.10"
50+
ForwardDiff = "0.10, 1"
5151
IterTools = "1"
5252
LinearAlgebra = "1"
5353
Lux = "1"

0 commit comments

Comments
 (0)