blob: b0e75563430ac4cddd2cd8efcc65c84cb5f03bf8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
copy:
- LICENSES/*
exclude_from_macros:
- LICENSES/*
- symbols.cmake
- pandas/_libs/src/headers/cmath
keep:
- symbols.cmake
cython_directive:
- language_level=3
cython_templates:
- pandas/*.pxi.in
mark_as_cython_c:
- pandas/_libs/[!w]*.pyx
- pandas/_libs/window/indexers.pyx
- pandas/_libs/writers.pyx
- pandas/io/sas/sas.pyx
|