Skip to content

Commit 5e1558d

Browse files
committed
➖(project) remove numpy and pandas flavor to clickhouse
The NumPy and Pandas integration features provided by clickhouse-connect are not used in this project. Removing them from the installation to reduce unnecessary dependencies.
1 parent d476726 commit 5e1558d

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
@@ -45,7 +45,7 @@ dynamic = ["version"]
4545

4646
[project.optional-dependencies]
4747
backend-clickhouse = [
48-
"clickhouse-connect[numpy,pandas]<0.8",
48+
"clickhouse-connect<0.8",
4949
"python-dateutil>=2.8.2",
5050
]
5151
backend-es = [

0 commit comments

Comments
 (0)