-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
43 lines (41 loc) · 1.52 KB
/
Project.toml
File metadata and controls
43 lines (41 loc) · 1.52 KB
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
name = "TanayLabUtilities"
uuid = "2fad9582-3092-42c8-a7a2-4a8f52ca25c8"
version = "0.1.0"
authors = ["Oren Ben-Kiki <oren@ben-kiki.org>"]
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
ConcurrentUtils = "3df5f688-6c4c-4767-8685-17f5ad261477"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DictTools = "6033591e-aae9-4c88-8f5f-a341f9ca5325"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
NamedArrays = "86f7a689-2022-50b4-a561-43c23ac3c673"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Clustering = "0.15.8"
ConcurrentUtils = "0.1.0"
DataStructures = "0.19.3"
DictTools = "0.2.3"
Distances = "0.10.12"
DocStringExtensions = "0.9.4"
ExprTools = "0.1.10"
LoopVectorization = "0.12.173"
Mmap = "1.11.0"
NamedArrays = "0.10.3"
ProgressMeter = "1.11.0"
Reexport = "1.2.2"
SpecialFunctions = "2.7.1"
StatsBase = "0.34.10"
julia = "1.12"