vcpkg/ports/mlpack/vcpkg.json
MonicaLiu a82865a4a1
[mlpack] update to 4.3.0 (#35675)
* update mlpack

* update version

* remove features

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-12-14 22:59:35 -08:00

15 lines
367 B
JSON

{
"name": "mlpack",
"version": "4.3.0",
"description": "mlpack is an intuitive, fast, and flexible header-only C++ machine learning library with bindings to other languages.",
"homepage": "https://github.com/mlpack/mlpack",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"armadillo",
"cereal",
"ensmallen",
"stb"
]
}