Skip to content

Commit

Permalink
Update compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Nov 9, 2024
1 parent 8217b91 commit b29035a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.1.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
EarthSciData = "a293c155-435f-439d-9c11-a083b6b47337"
Expand All @@ -13,10 +12,12 @@ EnvironmentalTransport = "9e73f4c4-d7e8-4c78-8a11-cd2430746631"
GasChem = "58070593-4751-4c87-a5d1-63807d11d76c"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"

[compat]
EnvironmentalTransport = "0.5"
ModelingToolkit = "=9.49.0"
ProgressLogging = "0.1"
3 changes: 2 additions & 1 deletion src/quickstart/3d_sim.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

```@example 3d_sim
using EarthSciMLBase, EarthSciData, GasChem, EnvironmentalTransport
using ModelingToolkit, DifferentialEquations
using ModelingToolkit
using OrdinaryDiffEq
using Dates
using NCDatasets, Plots
using ProgressLogging # Needed for progress bar. Use `TerminalLoggers` if in a terminal.
Expand Down

0 comments on commit b29035a

Please sign in to comment.