-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (34 loc) · 1.12 KB
/
Project.toml
File metadata and controls
40 lines (34 loc) · 1.12 KB
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
name = "Arblib"
uuid = "fb37089c-8514-4489-9461-98f9c8763369"
authors = ["Marek Kaluba <kalmar@amu.edu.pl>", "Sascha Timme <Sascha Timme <timme@math.tu-berlin.de>", "Joel Dahne <joel@dahne.eu>"]
version = "1.7.0"
[deps]
FLINT_jll = "e134572f-a0d5-539d-bddf-3cad8db41a82"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[weakdeps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
[extensions]
ArblibForwardDiffExt = "ForwardDiff"
[compat]
Aqua = "0.8"
Documenter = "1"
FLINT_jll = "~301.400.000"
ForwardDiff = "1"
LinearAlgebra = "1.6"
Random = "1.6"
ScopedValues = "1.3.0"
Serialization = "1.6"
SpecialFunctions = "1, 2"
Test = "1.6"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Documenter", "ForwardDiff", "Test"]