vcpkg/ports/dataframe/vcpkg.json
MonicaLiu 79a23bc8e5
[dataframe] Update to 1.22.0. (#29491)
* update DataFrame

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-02-08 13:45:21 -08:00

19 lines
429 B
JSON

{
"name": "dataframe",
"version": "1.22.0",
"description": "This is a C++ statistical library that provides an interface similar to Pandas package in Python",
"homepage": "https://github.com/hosseinmoein/DataFrame",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}