-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
30 lines (26 loc) · 925 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
name = "EquivalentCircuits"
uuid = "da5bd070-f609-4e16-a30d-de86b3faa756"
authors = ["Maxime Van Haeverbeke"]
version = "0.3.1"
[deps]
BlackBoxOptim = "a134a8b2-14d6-55f6-9291-3336d3ab0209"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
Hwloc = "0e44f5e4-bd66-52a0-8798-143a42290a1d"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
BlackBoxOptim = "0.6.1"
Combinatorics = "1.0"
Distributions = "0.23, 0.24, 0.25"
GeneralizedGenerated = "0.2, 0.3"
Optim = "0.18, 0.20, 0.22, 1.2, 1.3, 1.7"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]