-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
38 lines (34 loc) · 1.17 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
name = "MonotonicSplines"
uuid = "568f7cb4-8305-41bc-b90d-d32b39cc99d1"
version = "0.3.2"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
HeterogeneousComputing = "2182be2a-124f-4a91-8389-f06db5907a21"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[weakdeps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
MonotonicSplinesChainRulesCoreExt = "ChainRulesCore"
MonotonicSplinesFunctorsExt = "Functors"
MonotonicSplinesInverseFunctionsExt = "InverseFunctions"
MonotonicSplinesPlotsExt = ["Plots", "RecipesBase"]
[compat]
Adapt = "1, 2, 3, 4"
ChainRulesCore = "1"
ChangesOfVariables = "0.1.3"
Functors = "0.2, 0.3, 0.4"
HeterogeneousComputing = "0.2"
InverseFunctions = "0.1.8"
KernelAbstractions = "0.9"
LinearAlgebra = "1"
Plots = "1"
Random = "1"
RecipesBase = "1"
julia = "1.10"