Skip to content

Commit 97d824f

Browse files
committed
update setup.py
1 parent 2ad0c46 commit 97d824f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,11 @@ def srcpath(name=None, suffix=".pyx", subdir="src"):
551551
"depends": tseries_depends,
552552
"sources": ["pandas/_libs/tslibs/src/datetime/np_datetime.c"],
553553
},
554-
"_libs.tslibs.vectorized": {"pyxfile": "_libs/tslibs/vectorized"},
554+
"_libs.tslibs.vectorized": {
555+
"pyxfile": "_libs/tslibs/vectorized",
556+
"depends": tseries_depends,
557+
"sources": ["pandas/_libs/tslibs/src/datetime/np_datetime.c"],
558+
},
555559
"_libs.testing": {"pyxfile": "_libs/testing"},
556560
"_libs.window.aggregations": {
557561
"pyxfile": "_libs/window/aggregations",

0 commit comments

Comments
 (0)