-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
37 lines (33 loc) · 1.38 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
name = "JLSO"
uuid = "9da8a3cd-07a3-59c0-a743-3fdc52c30d11"
license = "MIT"
authors = ["Invenia Technical Computing Corperation"]
version = "2.7.0"
[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
FilePathsBase = "48062228-2e41-5def-b9a4-89aafe57970f"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[compat]
BSON = "0.2.4, 0.3"
CodecZlib = "0.6, 0.7"
FilePathsBase = "0.7, 0.8, 0.9"
Memento = "0.10, 0.11, 0.12, 0.13, 1"
TimeZones = "0.9, 0.10, 0.11, ~1.0, ~1.1, ~1.2, ~1.3, ~1.4, ~1.5"
julia = "0.7, 1.0"
[extras]
AxisArrays = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
[targets]
test = ["AxisArrays", "DataFrames", "Dates", "Distributed", "Distributions", "Documenter", "InteractiveUtils", "Random", "Suppressor", "Test", "TimeZones"]