-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
43 lines (39 loc) · 1.35 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
name = "GeomOpt"
uuid = "ca147568-c688-4a55-a13d-dbd284330f4b"
authors = ["Christoph Ortner <[email protected]> and contributors"]
version = "0.1.0"
[deps]
ACEbase = "14bae519-eb20-449c-a949-9c58ed33163e"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
AtomsBuilder = "f5cc8831-eeb7-4288-8d9f-d6c1ddb77004"
AtomsCalculators = "a3e0e189-c65a-42c1-833c-339540406eb1"
DecoratedParticles = "023d0394-cb16-4d2d-a5c7-724bed42bbb6"
EmpiricalPotentials = "38527215-9240-4c91-a638-d4250620c9e2"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SaddleSearch = "75381b30-3731-4e86-91cd-f2c0a8b56a68"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
ACEbase = "0.4.3"
AtomsBase = "0.4"
AtomsCalculators = "0.2"
AtomsBuilder = "0.1, 0.2"
DecoratedParticles = "0.0.7"
LineSearches = "7"
LinearAlgebra = "1.9, 1.10"
Optim = "1.9"
Random = "1.9, 1.10"
StaticArrays = "1.9"
Unitful = "1.20"
julia = "1.9, 1.10"
EmpiricalPotentials = "0.2"
SaddleSearch = "0.0.1, 0.0.2"
[extras]
EmpiricalPotentials = "38527215-9240-4c91-a638-d4250620c9e2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", ]