Skip to content

Commit

Permalink
CompatHelper: bump compat for EarthSciMLBase to 0.8, (keep existing c…
Browse files Browse the repository at this point in the history
…ompat)
  • Loading branch information
CompatHelper Julia committed Apr 3, 2024
1 parent 58d199e commit d943f8d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[weakdeps]
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"

[extensions]
GasChemExt = "GasChem"

[compat]
DifferentialEquations = "7"
EarthSciMLBase = "0.6"
ModelingToolkit = "8"
EarthSciMLBase = "0.6, 0.8"
IfElse = "0.1"
ModelingToolkit = "8"
SafeTestsets = "0.1"
StaticArrays = "1"
Unitful = "1"
julia = "1"

[extras]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

[targets]
test = ["Test", "SafeTestsets", "GasChem", "Dates"]

[weakdeps]
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"

[extensions]
GasChemExt = "GasChem"

0 comments on commit d943f8d

Please sign in to comment.