-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
55 lines (51 loc) · 1.65 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
50
51
52
53
54
55
name = "NQCModels"
uuid = "c814dc9f-a51f-4eaf-877f-82eda4edad48"
authors = ["James Gardner <james.gardner1421@gmail.com>"]
version = "0.9.0"
[deps]
ASEconvert = "3da9722f-58c2-4165-81be-b4d7253e8fd2"
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NQCBase = "78c76ebc-5665-4934-b512-82d81b5cbfb7"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[compat]
FastGaussQuadrature = "0.4, 0.5, 1"
ForwardDiff = "0.10"
NQCBase = "0.1, 0.2"
Parameters = "0.12"
RecipesBase = "1"
Reexport = "1"
Requires = "1"
StaticArrays = "1"
Unitful = "1"
UnitfulAtomic = "1"
julia = "1.7"
[extras]
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
JuLIP = "945c410c-986d-556a-acb1-167a618e0462"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = [
"Plots",
"PyCall",
"SafeTestsets",
"Test",
"FiniteDiff",
"JuLIP",
"PythonCall",
]