-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (46 loc) · 1.61 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
name = "DataAxesFormats"
uuid = "1375bf9c-a47d-45a1-aad5-626dd8629d98"
authors = ["Oren Ben-Kiki <[email protected]>"]
version = "0.1.2"
[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ConcurrentUtils = "3df5f688-6c4c-4767-8685-17f5ad261477"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Muon = "446846d7-b4ce-489d-bf74-72da18fe3629"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StringViews = "354b36f9-a18e-4713-926e-db85100087ba"
URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4"
[compat]
CategoricalArrays = "0.1 - 0.10"
ConcurrentUtils = "0.1"
DataFrames = "1"
DocStringExtensions = "0.9"
ExprTools = "0.1"
HDF5 = "0.17"
JSON = "0.21"
Muon = "0.2"
NamedArrays = "0.10"
OrderedCollections = "1"
Reexport = "1"
SHA = "0.7"
Statistics = "1"
StatsBase = "0.34"
StringViews = "1"
URIs = "1"
julia = "1.11"