-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
64 lines (60 loc) · 2.28 KB
/
Project.toml
File metadata and controls
64 lines (60 loc) · 2.28 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
name = "PoissonBoltzmannIPAM2025"
uuid = "480e0da0-c3fa-11f0-becb-6b90fb73a51e"
version = "0.1.0"
authors = ["Jürgen Fuhrmann <juergen-fuhrmann@web.de>"]
[deps]
AugmentedPoissonBoltzmann = "d8b18f01-5396-498d-b34d-247825c18ff1"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LessUnitful = "f29f6376-6e90-4d80-80c9-fb8ec61203d5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
PythonPlot = "274fc56d-3b97-40fa-a1cd-1b4a50311bf9"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"
[compat]
AugmentedPoissonBoltzmann = "1.0"
DoubleFloats = "1"
DynamicQuantities = "1.10.0"
ExampleJuggler = "2.4.0"
ExtendableGrids = "1"
ForwardDiff = "1"
HypertextLiteral = "0.9"
InteractiveUtils = "1.11.0"
Interpolations = "0.16"
JLD2 = "0.6.3"
LaTeXStrings = "1.0.1"
LessUnitful = "1"
Markdown = "1.11.0"
PlutoUI = "0.7"
PreallocationTools = "0.4"
PythonCall = "0.9"
PythonPlot = "1"
Revise = "3.12.1"
VoronoiFVM = "2.14"
julia = "1.11"
[extras]
AugmentedPoissonBoltzmann = "d8b18f01-5396-498d-b34d-247825c18ff1"
ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "Test", "AugmentedPoissonBoltzmann", "ExampleJuggler", "PlutoUI"]