-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (25 loc) · 859 Bytes
/
Project.toml
File metadata and controls
27 lines (25 loc) · 859 Bytes
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
name = "RelevanceVectorMachine"
uuid = "9fd38b11-e9ac-4299-9d3c-c25c1a5084b5"
authors = ["svaniksharma "]
version = "0.1.1"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LanguageServer = "2b0e0bc5-e4fd-59b4-8912-456d1b03d8d7"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
BenchmarkTools = "v1.5.0"
DataFrames = "1.6.1"
Distributions = "0.25.111"
LanguageServer = "4.5.1"
RDatasets = "0.7.7"
Statistics = "1.10.0"
StatsModels = "0.7.4"
Tables = "1.12.0"
julia = "1"