Skip to content

Commit 7be8e1e

Browse files
authored
Merge pull request #3873 from CliMA/js/forwarddiff
fix ForwardDiff compat
2 parents deece00 + 51470ed commit 7be8e1e

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
@@ -49,7 +49,7 @@ ClimaTimeSteppers = "0.8.2"
4949
ClimaUtilities = "0.1.22"
5050
CloudMicrophysics = "0.24.1"
5151
Dates = "1"
52-
ForwardDiff = ">= 0.10"
52+
ForwardDiff = "0.10.38, 1"
5353
Insolation = "0.9.2"
5454
Interpolations = "0.15.1, 0.16"
5555
LazyArtifacts = "1"
@@ -59,13 +59,13 @@ Logging = "1"
5959
NCDatasets = "0.14.2"
6060
NVTX = "0.3, 1"
6161
NullBroadcasts = "0.1"
62-
RRTMGP = "0.21.2"
62+
RRTMGP = "0.21.3"
6363
Random = "1"
6464
SciMLBase = "2.12"
6565
StaticArrays = "1.7"
6666
Statistics = "1"
6767
SurfaceFluxes = "0.11, 0.12"
68-
Thermodynamics = "0.12.8"
68+
Thermodynamics = "0.12.12"
6969
UnrolledUtilities = "0.1.9"
7070
YAML = "0.4"
7171
julia = "1.9"

0 commit comments

Comments
 (0)