Skip to content

Commit

Permalink
more compatibility tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Jan 16, 2024
1 parent d93a310 commit 189d400
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RootSolvers = "7181ea78-2dcb-4de3-ab41-2b8ab5a31e74"
# Still need this
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"

[weakdeps]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"

[extras]
CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53"

[targets]
test = ["CLIMAParameters"]

[extensions]
CreateParametersExt = "CLIMAParameters"

Expand Down

0 comments on commit 189d400

Please sign in to comment.