Skip to content

Commit be457b4

Browse files
committed
Chore: Fix pandas testing dependency by downgrading to pandas 2.0
ImportError: cannot import name 'makeTimeDataFrame' from 'pandas._testing'
1 parent 70bdfa1 commit be457b4

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
@@ -109,7 +109,7 @@ release = [
109109
]
110110
test = [
111111
"dask",
112-
"pandas",
112+
"pandas<2.1",
113113
"pytest<8",
114114
"pytest-cov<5",
115115
"pytest-mock<4",

0 commit comments

Comments
 (0)