Skip to content

Commit a55a8d8

Browse files
TomAugspurgerPingviinituutti
authored andcommitted
BLD: Include tslibs src (pandas-dev#24664)
Fixes the pip build in pandas-dev/pandas-ci Closes pandas-dev#22192
1 parent 2a5c015 commit a55a8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def srcpath(name=None, suffix='.pyx', subdir='src'):
491491

492492

493493
common_include = ['pandas/_libs/src/klib', 'pandas/_libs/src']
494-
ts_include = ['pandas/_libs/tslibs/src']
494+
ts_include = ['pandas/_libs/tslibs/src', 'pandas/_libs/tslibs']
495495

496496

497497
lib_depends = ['pandas/_libs/src/parse_helper.h',

0 commit comments

Comments
 (0)