-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (27 loc) · 882 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
name = "Dyn3d"
uuid = "d8047ffa-7f43-11e9-2204-adfbb6974ec5"
authors = ["fs <[email protected]>"]
version = "0.2.1"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Interact = "c601a237-2ae4-5e1e-952c-7a85b0c7eef1"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Reactive = "a223df75-4e93-5b7c-acf9-bdd599c0f4de"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Compat = "3.13"
DocStringExtensions = "0.8"
Interact = "0.10"
Interpolations = "0.12"
LaTeXStrings = "1.1"
Plots = "1.4"
PyPlot = "2.9"
Reactive = "0.8"
Reexport = "0.2"
julia = "1"