Skip to content

Commit

Permalink
Remove MTK version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Oct 11, 2024
1 parent 65a0915 commit a93742f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GasChem"
uuid = "58070593-4751-4c87-a5d1-63807d11d76c"
authors = ["EarthSciML authors and contributors"]
version = "0.7.1"
version = "0.7.2"

[deps]
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
Expand All @@ -24,9 +24,9 @@ Catalyst = "14"
DifferentialEquations = "7"
DynamicQuantities = "0.13"
EarthSciData = "0.9"
EarthSciMLBase = "0.16"
EarthSciMLBase = "0.16.2"
Interpolations = "0.14, 0.15"
ModelingToolkit = "9 - 9.38"
ModelingToolkit = "9"
SafeTestsets = "0.0.1, 0.1"
StaticArrays = "1"
julia = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/compose_fastjx_superfast_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ using ModelingToolkit:t
abstol = 1e-8,
reltol = 1e-8,
)
@test sol[sys.SuperFast.O3][4320] sol_middle
@test sol[sys.SuperFastO3][4320] sol_middle
end

0 comments on commit a93742f

Please sign in to comment.