-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
37 lines (33 loc) · 1.11 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
name = "NOAu111"
uuid = "99977979-b085-4ef1-bf27-0f203366d47f"
authors = ["James Gardner <[email protected]> and contributors"]
version = "0.2.3"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JuLIP = "945c410c-986d-556a-acb1-167a618e0462"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NQCBase = "78c76ebc-5665-4934-b512-82d81b5cbfb7"
NQCModels = "c814dc9f-a51f-4eaf-877f-82eda4edad48"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ChainRulesCore = "1.6"
DataStructures = "0.18"
JuLIP = "0.12, 0.13"
NQCBase = "0.1, 0.2"
NQCModels = "0.8"
StaticArrays = "1"
UnPack = "1"
Unitful = "1"
Zygote = "0.6"
julia = "1"
[extras]
ASE = "51974c44-a7ed-5088-b8be-3e78c8ba416c"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[targets]
test = ["Test", "PyCall", "ASE", "UnitfulAtomic"]