-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
45 lines (41 loc) · 1.3 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
name = "AtomsCalculatorsUtilities"
uuid = "9855a07e-8816-4d1b-ac92-859c17475477"
authors = ["Julia MolSim contributors"]
version = "0.1.7"
[deps]
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a"
AtomsCalculators = "a3e0e189-c65a-42c1-833c-339540406eb1"
Bumper = "8ce10254-0962-460f-a3d8-1f77fea1446e"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
Folds = "41a02a25-b8f0-4f67-bc48-60067656b558"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NeighbourLists = "2fcf5ba9-9ed4-57cf-b73f-ff513e316b9c"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StrideArrays = "d1fa6d79-ef01-42a6-86c9-f7c551f8593b"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[compat]
AtomsBase = "0.5"
AtomsCalculators = "0.2"
Bumper = "0.6, 0.7"
ChunkSplitters = "3"
DiffResults = "1"
Folds = "0.2.10"
ForwardDiff = "0.10"
LinearAlgebra = "1.9"
NeighbourLists = "0.5.8"
Printf = "1.9"
Sockets = "1.9"
StaticArrays = "1"
StrideArrays = "0.1"
Unitful = "1"
UnitfulAtomic = "1"
julia = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]