-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathProject.toml
29 lines (27 loc) · 976 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 = "ADSeismic"
uuid = "65edcd7e-b178-4558-a546-bf867610404b"
authors = ["Kailai Xu <[email protected]>", "Weiqiang Zhu <[email protected]>"]
version = "0.5.0"
[deps]
ADCME = "07b341a0-ce75-57c6-b2de-414ffdc00be5"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ADCME = "0.6,0.7"
MAT = "0.5,0.6,0.7,0.8,0.9,0.10"
Optim = "0.21,0.22"
Parameters = "0.12"
PyCall = "1"
PyPlot = "2"
Revise = "2,3"
julia = "1"