vcpkg/ports/dataframe/vcpkg.json
chausner bab2c23dc3
[dataframe] Update to 1.19.0 (#20955)
* Update dataframe to 1.19.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 23:53:16 -07:00

18 lines
400 B
JSON

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