-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
28 lines (24 loc) · 953 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
name = "DDMFrictionalSlip"
uuid = "9c5f7dce-c286-422d-b20d-131e279ccaa2"
authors = ["Antoine Jacquey <antoine.jacquey@tufts.edu> and contributors"]
version = "1.0.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
IterativeSolvers = "0.9"
TimerOutputs = "0.5"
UnPack = "1"
julia = "1.6"
[extras]
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "FastGaussQuadrature", "Interpolations", "SpecialFunctions"]