21 lines
483 B
TOML
21 lines
483 B
TOML
name = "MethodSimilarity"
|
|
uuid = "a653e358-0bbe-4a80-8f0e-568b83ef5641"
|
|
authors = ["qwjyh <urataw421@gmail.com>"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
|
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
|
|
[compat]
|
|
LinearAlgebra = "1.11.0"
|
|
ProgressMeter = "1.10.4"
|
|
Statistics = "1.11.1"
|
|
Test = "1.11.0"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|