-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1.14 KB
/
Copy pathProject.toml
File metadata and controls
36 lines (32 loc) · 1.14 KB
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
name = "Antique"
uuid = "be6e5d0e-34a5-4c8f-af83-e1b5389203d8"
authors = ["Shuhei Ohno"]
version = "0.15.0"
[deps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
CairoMakie = "0.13.2"
ForwardDiff = "0.10.38"
HCubature = "1.7.0"
LaTeXStrings = "1.4.0"
Latexify = "0.16.6"
QuadGK = "2.11.2"
SpecialFunctions = "2.3.1"
Symbolics = "5.14.1"
Zygote = "0.7.4"
julia = "1.7"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["ForwardDiff", "HCubature", "Latexify", "LaTeXStrings", "Markdown", "SpecialFunctions", "Symbolics", "Test", "Printf", "QuadGK", "Zygote"]