Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit dad356a

Browse files
committed
Pin pandas < 2.1
Pandas 2.1 moved some imports, which breaks things on the current ibis release. Pinning to < 2.1 for now until the next ibis release.
1 parent 9d5249a commit dad356a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ notebook
22
jupyterlab == 3.4.8
33
ipywidgets
44
altair
5+
pandas < 2.1
56
ibis-framework[sqlite,duckdb,clickhouse]
67
ibis-substrait

0 commit comments

Comments
 (0)