Skip to content

Commit 71bb6a8

Browse files
committed
feat: dynamic import DM driver
1 parent 54e2cdf commit 71bb6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
"python-calamine>=0.4.0",
4545
"xlrd>=2.0.2",
4646
"clickhouse-sqlalchemy>=0.3.2",
47-
"dmpython>=2.5.22",
47+
"dmpython>=2.5.22; platform_system != 'Darwin'",
4848
]
4949
[[tool.uv.index]]
5050
name = "default"

0 commit comments

Comments
 (0)