-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
31 lines (25 loc) · 901 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
name = "DistributedSparseGrids"
uuid = "963c640e-cdaa-5978-8b8a-59ae1a680e3d"
authors = ["baxmittens <[email protected]>","rleegates <[email protected]>"]
version = "0.1.9"
[deps]
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
AltInplaceOpsInterface = "d59240d3-86bd-48c4-8b44-fa29ea3b0621"
[compat]
StaticArrays = "^1.4.4"
UnicodePlots = "^3.1.3"
Colors = "^0.12.8"
ProgressMeter = "^1.7.2"
FastGaussQuadrature = "^0.4.9"
AltInplaceOpsInterface = "0.1.0"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]