Files
BayesNet/sample/vcpkg.json
Ricardo Montañana Gómez 7f6f49b3d0 Update project version to 1.1.1
Fix CMakeLists and different configurations to fix vcpkg build & installation
Fix sample build
Update CHANGELOG
2025-05-08 12:33:11 +02:00

33 lines
642 B
JSON

{
"name": "sample-project",
"version-string": "0.1.0",
"dependencies": [
"arff-files",
"fimdlp",
"libtorch-bin",
"folding",
"bayesnet"
],
"overrides": [
{
"name": "arff-files",
"version": "1.1.0"
},
{
"name": "fimdlp",
"version": "2.0.1"
},
{
"name": "libtorch-bin",
"version": "2.7.0"
},
{
"name": "bayesnet",
"version": "1.1.1"
},
{
"name": "folding",
"version": "1.1.1"
}
]
}