Skip to content

Commit a284075

Browse files
committed
dont install kerberos for windows
1 parent f6e09fa commit a284075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ cachetools = ">=5.5,<7.0"
8787
pyiceberg-core = { version = ">=0.5.1,<0.7.0", optional = true }
8888
polars = { version = "^1.21.0", optional = true }
8989
thrift-sasl = { version = ">=0.4.3", optional = true }
90-
kerberos = {version = "^1.3.1", optional = true}
90+
# kerberos does not build / work on Windows. Only include on non-Windows platforms.
91+
kerberos = { version = "^1.3.1", optional = true, markers = "sys_platform != 'win32'" }
9192
datafusion = { version = ">=45", optional = true }
9293

9394
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)