Skip to content

Commit

Permalink
Chore: Fix pandas testing dependency by downgrading to pandas 2.0
Browse files Browse the repository at this point in the history
ImportError: cannot import name 'makeTimeDataFrame' from 'pandas._testing'
  • Loading branch information
amotl committed Jan 12, 2024
1 parent 70bdfa1 commit be457b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ release = [
]
test = [
"dask",
"pandas",
"pandas<2.1",
"pytest<8",
"pytest-cov<5",
"pytest-mock<4",
Expand Down

0 comments on commit be457b4

Please sign in to comment.