Update config

This commit is contained in:
2025-06-05 13:28:40 +02:00
parent 830265d91b
commit 315b9cfcfe
9 changed files with 77 additions and 18 deletions

47
vcpkg.json Normal file
View File

@@ -0,0 +1,47 @@
{
"name": "platform",
"version-string": "1.1.0",
"dependencies": [
"arff-files",
"nlohmann-json",
"fimdlp",
"libtorch-bin",
"folding",
"argparse",
"libxlsxwriter"
],
"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"
},
{
"name": "argpase",
"version": "3.2"
},
{
"name": "libxlsxwriter",
"version": "1.2.2"
},
{
"name": "nlohmann-json",
"version": "3.11.3"
}
]
}