-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (27 loc) · 779 Bytes
/
Project.toml
File metadata and controls
33 lines (27 loc) · 779 Bytes
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
name = "TabularFunctions"
uuid = "7add9882-6fce-4afb-882d-af036a41bc9c"
version = "0.1.1"
authors = ["Craig M. Hamel <cmhamel32@gmail.com>"]
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
[extensions]
TabularFunctionsRecipesBaseExt = "RecipesBase"
[weakdeps]
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[compat]
Adapt = "4"
Aqua = "0.8"
DocStringExtensions = "0.9"
KernelAbstractions = "0.9"
Plots = "1"
RecipesBase = "1"
Test = "1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "Plots", "Test"]