Skip to content

Commit 0d142a6

Browse files
committed
Dependencies: Limit installation to pandas<2.2
When using `pandas-2.2.0rc0`: ImportError: cannot import name 'makeTimeDataFrame' from 'pandas._testing'.
1 parent 2f08b2a commit 0d142a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ release = [
112112
]
113113
test = [
114114
"dask",
115-
"pandas",
115+
"pandas<2.2",
116116
"pytest<8",
117117
"pytest-cov<5",
118118
"pytest-mock<4",

0 commit comments

Comments
 (0)