8000 Chore: Fix pandas testing dependency by downgrading to pandas 2.0 · crate/crate-python@7411233 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7411233

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

File tree

1 fil B47D e changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def read(path):
7575
'dask',
7676
'stopit>=1.1.2,<2',
7777
'flake8>=4,<7',
78-
'pandas',
78+
'pandas<2.1',
7979
'pytz',
8080
],
8181
doc=['sphinx>=3.5,<8',

0 commit comments

Comments
 (0)
0