-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
97 lines (92 loc) · 3.46 KB
/
Project.toml
File metadata and controls
97 lines (92 loc) · 3.46 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name = "ActiveFilaments"
uuid = "547598cd-1368-482f-907a-38aa1e3c874c"
authors = ["Bartosz Kaczmarski <bartoszk@stanford.edu>"]
version = "0.1.0"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqGPU = "071ae1c0-96b5-11e9-1965-c90190d839ea"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ODEInterfaceDiffEq = "09606e27-ecf5-54fc-bb29-004bd9f985bf"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationBBO = "3e6eede4-6085-4f62-9a71-46d9bc1eb92b"
OptimizationNLopt = "4e6fcdb7-1186-4e1f-a706-475e75c168bb"
OptimizationNOMAD = "2cab0595-8222-4775-b714-9828e6a9e01b"
OptimizationPRIMA = "72f8369c-a2ea-4298-9126-56167ce9cbc2"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SymbolicNumericIntegration = "78aadeae-fbc0-11eb-17b6-c7ec0477ba9e"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
BenchmarkTools = "=1.5.0"
BoundaryValueDiffEq = "=5.7.1"
CSV = "=0.10.13"
CairoMakie = "=0.11.9"
ColorSchemes = "=3.24.0"
DataFrames = "=1.6.1"
DiffEqBase = "=6.148.0"
DiffEqGPU = "=3.4.1"
DifferentialEquations = "=7.13.0"
Distances = "=0.10.11"
Distributions = "=0.25.107"
DocStringExtensions = "=0.9.3"
Documenter = "=1.3.0"
ForwardDiff = "=0.10.36"
Interpolations = "=0.15.1"
JLD2 = "=0.4.46"
ODEInterfaceDiffEq = "=3.13.3"
Optimization = "=3.24.3"
OptimizationBBO = "=0.2.1"
OptimizationNLopt = "=0.2.0"
OptimizationNOMAD = "=0.2.0"
OptimizationPRIMA = "=0.0.1"
Parameters = "=0.12.3"
Plots = "=1.40.2"
Preferences = "=1.4.3"
QuadGK = "=2.9.4"
ReverseDiff = "=1.15.1"
Revise = "=3.5.14"
Rotations = "=1.7.0"
RuntimeGeneratedFunctions = "=0.5.12"
SciMLBase = "=2.31.0"
SciMLOperators = "=0.3.8"
StaticArrays = "=1.9.3"
SymbolicNumericIntegration = "=1.3.2"
Symbolics = "=5.27.1"
Tables = "=1.11.1"
Zygote = "=0.6.69"
GLMakie = "=0.9.9"
[weakdeps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
[extensions]
PlottingExt = "GLMakie"
[extras]
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"