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 c0cdfba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ release = [
"twine<5",
]
test = [
"dask",
"pandas",
"dask~=2023.12",
"pandas~=2.0",
"pytest<8",
"pytest-cov<5",
"pytest-mock<4",
Expand Down

0 comments on commit c0cdfba

Please sign in to comment.