We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c6396 commit b996b1eCopy full SHA for b996b1e
Project.toml
@@ -51,10 +51,3 @@ StatsBase = "0.32.0"
51
StatsFuns = "0.8.0, 0.9"
52
Zygote = "0.4"
53
julia = "1.2"
54
-
55
-[extras]
56
-Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
57
-Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
58
59
-[targets]
60
-test = ["Test"]
test/Project.toml
@@ -1,5 +1,7 @@
1
[deps]
2
+Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
3
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
4
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
5
MLDataUtils = "cc2ba9b6-d476-5e6d-8eaf-a92d5412d41d"
6
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
7
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments