commit inicial
This commit is contained in:
40
vcpkg.json
Normal file
40
vcpkg.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "bayesnet",
|
||||
"version": "1.0.7",
|
||||
"description": "Bayesian Network C++ Library",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
"arff-files",
|
||||
"folding",
|
||||
"fimdlp",
|
||||
"libtorch-bin",
|
||||
"nlohmann-json",
|
||||
"catch2"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "arff-files",
|
||||
"version": "1.1.0"
|
||||
},
|
||||
{
|
||||
"name": "fimdlp",
|
||||
"version": "2.0.1"
|
||||
},
|
||||
{
|
||||
"name": "libtorch-bin",
|
||||
"version": "2.7.0"
|
||||
},
|
||||
{
|
||||
"name": "folding",
|
||||
"version": "1.1.1"
|
||||
},
|
||||
{
|
||||
"name": "nlohmann-json",
|
||||
"version": "3.12.0"
|
||||
},
|
||||
{
|
||||
"name": "catch2",
|
||||
"version": "3.8.1"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user