-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
30 lines (26 loc) · 871 Bytes
/
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
name = "ArviZExampleData"
uuid = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.1.12"
[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
[compat]
Artifacts = "1"
DataDeps = "0.7"
InferenceObjects = "0.3.10, 0.4"
JSON3 = "1"
NCDatasets = "0.12, 0.13, 0.14"
OrderedCollections = "1"
StructTypes = "1"
julia = "1.6"
[extras]
InferenceObjects = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["InferenceObjects", "Test"]