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 16, 2024
1 parent 1f9b9de commit 7411233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def read(path):
'dask',
'stopit>=1.1.2,<2',
'flake8>=4,<7',
'pandas',
'pandas<2.1',
'pytz',
],
doc=['sphinx>=3.5,<8',
Expand Down

0 comments on commit 7411233

Please sign in to comment.