-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathProject.toml
31 lines (29 loc) · 975 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
name = "FwiFlow"
uuid = "a6a960b4-e246-4968-83bc-819d1955448a"
authors = ["Dongzhuo Li <lidongzh512@gmail.com>", "Kailai Xu <kailaix@hotmail.com>"]
version = "0.3.1"
[deps]
ADCME = "07b341a0-ce75-57c6-b2de-414ffdc00be5"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dierckx = "39dd38d3-220a-591b-8e3c-4c3a8c710a94"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
ADCME = "0.5,0.6,0.7"
Conda = "1.3"
DataStructures = "0.17"
Dierckx = "0.4"
JSON = "0.21"
MAT = "0.5,0.6,0.7,0.8"
Parameters = "0.12"
PyCall = "1.91"
PyPlot = "2.9"
Reexport = "0.2"
julia = "1.3,1.4"