-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
49 lines (45 loc) · 1.5 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
name = "DiskArrayEngine"
uuid = "2d4b2e14-ccd6-4284-b8b0-2378ace7c126"
authors = ["Fabian Gans <[email protected]> and contributors"]
version = "0.1.2"
[deps]
Dagger = "d58978e5-989f-55fb-8d15-ea34adc7bf54"
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationMOI = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Zarr = "0a941bbe-ad1d-11e8-39d9-ab76183a1d99"
[compat]
Dagger = "0.18"
Graphs = "1"
Interpolations = "0.14, 0.15"
DiskArrays = "0.3, 0.4"
Ipopt = "1"
OffsetArrays = "1"
OnlineStats = "1"
Optimization = "3"
OptimizationMOI = "0.1"
OptimizationOptimJL = "0.1, 0.2"
OrderedCollections = "1"
Primes = "0.5"
ProgressMeter = "1"
Statistics = "1"
StatsBase = "0.34"
Zarr = "0.9"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]