-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
43 lines (37 loc) · 1.24 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
name = "FastDifferentiation"
uuid = "eb9bf01b-bf85-4b60-bf87-ee5de06c00be"
authors = ["BrianGuenter"]
version = "0.4.3"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
[weakdeps]
ElectronDisplay = "d872a56f-244b-5cc9-b574-2017b5b909a8"
[extensions]
FastDifferentiationVisualizationExt = "ElectronDisplay"
[compat]
DataStructures = "0.18"
DiffRules = "1"
ElectronDisplay = "1"
Memoize = "0.4"
NaNMath = "1"
RuntimeGeneratedFunctions = "0.5"
SpecialFunctions = "2"
StaticArrays = "1"
TestItemRunner = "0.2"
TestItems = "0.1"
julia = "1.9"
[extras]
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[targets]
test = ["Test", "TestItemRunner", "TestItems", "Memoize"]