Skip to content

Commit a5544e2

Browse files
authored
fix: exclude pandas 3 (#5681)
1 parent 6ddca26 commit a5544e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"ipywidgets",
1919
"jinja2",
2020
"packaging",
21-
"pandas",
21+
"pandas<3.0.0",
2222
"pydantic>=2.0.0",
2323
"python-dotenv",
2424
"requests",

0 commit comments

Comments
 (0)