-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (23 loc) · 789 Bytes
/
Project.toml
File metadata and controls
25 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name = "IntegratedOscillatorModel"
uuid = "4a86908f-de09-412e-b134-eda2b762bb2a"
authors = ["Jonas Walkling <jonas@walkling.email>"]
version = "0.1.3"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TerminalLoggers = "5d786b92-1e48-4d6f-9151-6b4477ca9bed"
[compat]
DataStructures = "^0.18"
DifferentialEquations = "^7"
LaTeXStrings = "^1.3"
Parameters = "^0.12"
Plots = "^1.29"
Reexport = "^1.2.2"
Logging = "^1.7.3"
TerminalLoggers = "^0.1"
julia = "^1.6"