-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
48 lines (44 loc) · 1.58 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
name = "Packmol"
uuid = "6cdf86f9-9676-4cea-a42d-19f9a563443f"
authors = ["Leandro Martinez <[email protected]> and contributors"]
version = "0.2.0-DEV"
[deps]
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NativeFileDialog = "e1fe445b-aa65-4df4-81c1-2041507f0fd4"
PDBTools = "e29189f1-7114-4dbd-93d0-c5673a921a58"
Packmol_jll = "eb89d173-8f78-57a0-9e6e-c2e8c44a5e61"
SPGBox = "bf97046b-3e66-4aa0-9aed-26efb7fac769"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[compat]
Aqua = "0.8"
BenchmarkTools = "1.5"
CellListMap = "0.9.6"
FiniteDifferences = "0.12.30"
ForwardDiff = "0.10"
LinearAlgebra = "1.9"
NativeFileDialog = "0.2.1"
PDBTools = "1.5.1"
Packmol_jll = "20"
Random = "1.9"
SPGBox = "0.5, 0.6, 0.7"
StaticArrays = "1"
Statistics = "1.9"
Test = "1.9"
TestItemRunner = "1"
TestItems = "1"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Aqua", "Test", "Random", "StaticArrays", "ForwardDiff", "FiniteDifferences", "TestItemRunner", "CellListMap", "BenchmarkTools"]