-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (28 loc) · 909 Bytes
/
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
name = "QuasiEwald"
uuid = "983f8767-50b7-4083-a328-dfb7a9c26de7"
authors = ["Xuanzhao Gao"]
version = "0.2.1"
[deps]
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExTinyMD = "fec76197-d59f-46dd-a0ed-76a83c21f7aa"
GaussQuadrature = "d54b0c1a-921d-58e0-8e36-89d8069c0969"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CellListMap = "0.9"
Distributions = "0.25"
ExTinyMD = "0.2"
GaussQuadrature = "0.5"
SpecialFunctions = "2.3"
StaticArrays = "1.6"
StatsBase = "0.34"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]