-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
32 lines (28 loc) · 933 Bytes
/
Project.toml
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
26
27
28
29
30
31
32
name = "GalacticPotentials"
uuid = "761e15e1-915f-4e6a-be22-a19e6141b375"
authors = ["Joey Carpinelli <[email protected]>"]
version = "0.3.0"
[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
DocStringExtensions = "0.9"
LaTeXStrings = "1.3"
Memoize = "0.4"
ModelingToolkit = "9.3"
Plots = "1.40.9"
SpecialFunctions = "2"
Symbolics = "5, 6"
HypergeometricFunctions = "0.3"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]