-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
53 lines (49 loc) · 1.56 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "PlutoPlotly"
uuid = "8e989ff0-3d88-8e9f-f020-2b208a939ff0"
authors = ["Alberto Mengali <[email protected]>"]
version = "0.6.2"
[deps]
AbstractPlutoDingetjes = "6e696c72-6542-2067-7265-42206c756150"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PlotlyBase = "a03496cd-edff-5a9b-9e67-9cda94a718b5"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
[weakdeps]
PlotlyKaleido = "f2990250-8cf9-495f-b13a-cce12b45703c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
PlotlyKaleidoExt = "PlotlyKaleido"
UnitfulExt = "Unitful"
[compat]
AbstractPlutoDingetjes = "1"
Artifacts = "1"
ColorSchemes = "3.26.0"
Colors = "0.12"
Dates = "1.9"
Downloads = "1.6"
HypertextLiteral = "0.9.4"
InteractiveUtils = "1.9"
LaTeXStrings = "1"
Markdown = "1.9"
Pkg = "1.9"
PlotlyBase = "0.8"
PlotlyKaleido = "2"
PrecompileTools = "1.2.1"
Reexport = "1"
ScopedValues = "1.2.1"
Scratch = "1"
TOML = "1"
Unitful = "1"
julia = "1.9"