forked from TheMrGhostman/HTDistanceExperiments.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
62 lines (60 loc) · 2.79 KB
/
Project.toml
File metadata and controls
62 lines (60 loc) · 2.79 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
name = "HTDistanceExperiments"
uuid = "eee20bcc-b69a-470d-95e1-7e7168929331"
authors = ["TheMrGhostman <ghostmanthe@gmail.com>"]
version = "0.2.0"
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
ApproximateGPs = "298c2ebc-0411-48ad-af38-99e88101b606"
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DrWatson = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
EvalMetrics = "251d5f9e-10c1-4699-ba24-e0ad168fa3e4"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GPLikelihoods = "6031954c-0455-49d7-b3b9-3e1c99afaf40"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
HNSW = "540f64fa-c57e-11e8-081c-41422cda4629"
HSTreeDistance = "a583b53f-943a-43fc-9688-8da2e63bdac3"
HierarchicalUtils = "f9ccea15-0695-44b9-8113-df7c26ae4fa9"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JsonGrinder = "d201646e-a9c0-11e8-1063-23b139159713"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LIBSVM = "b1bec4e5-fd48-53fe-b0cb-9723c09d164b"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLDatasets = "eb30cadb-4394-5ae3-aed4-317e484a6458"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Metrics = "cb9f3049-315b-4f05-b90c-a8adaec4da78"
Mill = "1d0525e4-8992-11e8-313c-e310e1f6ddea"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
OneHotArrays = "0b1bfda6-eb8a-41d2-88d8-f5af5cad476f"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OptimalTransport = "7e02d93a-ae51-4f58-b602-d97af76e3b33"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
StringDistances = "88034a9c-02f8-509d-84a9-84ec65e18404"
Tulip = "6dd1b50a-3aae-11e9-10b5-ef983d2400fa"
UMAP = "c4f8c510-2410-5be4-91d7-4fbaeb39457e"
Wandb = "ad70616a-06c9-5745-b1f1-6a5f42545108"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
MathOptInterface = "0.9.22"
MutableArithmetics = "0.2.22"
OptimalTransport = "0.3.1"
Tulip = "0.8.0"