-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
31 lines (27 loc) · 1005 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 = "SLEEFMath"
uuid = "5f1e1ae2-5dfd-4ed6-a67a-be13e387a3fa"
authors = ["Marco Lombardi <[email protected]>"]
version = "1.0.1"
[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
RealDot = "c1ae055f-0cd5-4b69-90a6-9a35b1a98df9"
SLEEFPirates = "476501e8-09a2-5ece-8869-fb82de89a1fa"
[compat]
julia = "1.6.7"
ChainRulesCore = "1.24.0"
DiffRules = "1.15.0"
ForwardDiff = "0.10.36"
IrrationalConstants = "0.2.2"
RealDot = "0.1.0"
SLEEFPirates = "0.6.43"
[extras]
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
Diffractor = "9f5e2b26-1114-432f-b630-d3fe2085c51c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["AbstractDifferentiation", "Chairmarks", "Diffractor", "Test", "Zygote"]