-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
37 lines (31 loc) · 1.06 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
name = "Hephaestus"
uuid = "88b3b2ed-56ea-4eac-b1de-e42ac45953c8"
authors = ["Damir Akchurin <[email protected]>"]
version = "0.3.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
[extensions]
HephaestusMakieExtension = "Makie"
[compat]
Dates = "1.11.0"
DocStringExtensions = "0.9.3"
FiniteDiff = "2.26.2"
LinearAlgebra = "1.11.0"
Makie = "0.21, 0.22"
Printf = "1.11.0"
StyledStrings = "1.11.0, 1"
julia = "1.9.0"
[extras]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DifferentiationInterface", "ForwardDiff", "ReverseDiff", "FiniteDiff"]