Skip to content

Commit e90579a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 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 <[email protected]>"]
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"
@@ -47,7 +47,7 @@ ForwardDiff = "0.10"
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"

0 commit comments

Comments
 (0)