-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 745 Bytes
/
Project.toml
File metadata and controls
26 lines (22 loc) · 745 Bytes
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
name = "StatisticalGraphics"
uuid = "8341d8ab-e5ae-4f11-aa21-e11c5cc71259"
authors = ["sl-solution <github.sl.solution@icloud.com> and contributors"]
version = "0.11.1"
[deps]
InMemoryDatasets = "5c01b14b-ab03-46ff-b164-14c663efdd9f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DLMReader = "e1d33f9a-7203-49d2-8e1a-e3c4f85197b8"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Vega = "239c3e63-733f-47ad-beb7-a12fde22c578"
[compat]
InMemoryDatasets = "0.7"
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DLMReader = "0.4"
JSON = "0.19, 0.20, 0.21"
Vega = "2.5"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]