Fix CMakeLists and different configurations to fix vcpkg build & installation Fix sample build Update CHANGELOG
33 lines
642 B
JSON
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"
|
|
}
|
|
]
|
|
} |