Skip to content

Commit 4889ccb

Browse files
authored
Merge pull request #126 from IBM/semantic-operators-summary
Relax pandas version constraint to >=2
2 parents 324a908 + c679dd8 commit 4889ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"plotly>=6.5.0",
4242
"rich>=13.0.0,<14.0.0",
4343
"duckdb>=1.4.3",
44-
"pandas>=2.3.3",
44+
"pandas>=2",
4545
"async-lru>=2.0.5",
4646
]
4747

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)