Skip to content

Commit 8f32e1f

Browse files
committed
limit pandas version <1.2 because of pandas-dev/pandas#39872
1 parent 55ecf75 commit 8f32e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def about_package(init_posixpath: pathlib.Path) -> dict:
3131
DEPENDENCIES = [
3232
"numpy>=1.19",
3333
"scipy>=1.4.0",
34-
"pandas>=1.0",
34+
"pandas>=1.0,<1.2", # limit because of https://github.com/pandas-dev/pandas/issues/39872
3535
"matplotlib>=3.2.0",
3636
"pjlsa>=0.0.14",
3737
"pytimber>=2.8.0",

0 commit comments

Comments
 (0)