-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
39 lines (37 loc) · 1.23 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
name = "PDMPFlux"
uuid = "fa921718-cbf9-4165-aaee-7047d51b02b3"
authors = ["Hirofumi Shiba"]
version = "0.3.2"
[deps]
Debugger = "31a5f54b-26ea-5ae9-a837-f05ce5417438"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Debugger = "0.7.10"
Distributions = "0.25.112"
Enzyme = "0.13.25"
ForwardDiff = "0.10.36"
LaTeXStrings = "1.4.0"
LinearAlgebra = "1.11.0"
Optim = "1.9.4"
Plots = "1.40.8"
PolyesterForwardDiff = "0.1.2"
ProgressBars = "1.5.1"
Random = "1.11.0"
RecipesBase = "1.3.4"
ReverseDiff = "1.15.3"
StatsPlots = "0.15.7"
Zygote = "0.6.72, 0.7"
julia = "1.11.1"