GitHub / davehadley / example-apache-arrow-pybind11-cmake
An example package demonstrating pybind11 generated python bindings; of C++ extensions to Apache Arrow; built with CMake.
Stars: 0
Forks: 1
Open issues: 0
License: other
Language: Python
Size: 7.81 KB
Dependencies parsed at:
11
Created at: over 3 years ago
Updated at: over 3 years ago
Pushed at: over 3 years ago
Last synced at: about 2 years ago
Topics: apache-arrow, cmake, example-project, pybind11
.github/workflows/ci.yml
actions
- actions/checkout v2 composite
- actions/setup-python v2 composite
- conda-incubator/setup-miniconda v2 composite
environment.yml
conda
- arrow-cpp 5.0.*
- clang-format >=12.0
- cmake >=3.0
- pre-commit
- pyarrow 5.0.*
- pybind11 >=2.8
- pytest
- python >=3.8