We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e09fa commit a284075Copy full SHA for a284075
pyproject.toml
@@ -87,7 +87,8 @@ cachetools = ">=5.5,<7.0"
87
pyiceberg-core = { version = ">=0.5.1,<0.7.0", optional = true }
88
polars = { version = "^1.21.0", optional = true }
89
thrift-sasl = { version = ">=0.4.3", optional = true }
90
-kerberos = {version = "^1.3.1", optional = true}
+# 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'" }
92
datafusion = { version = ">=45", optional = true }
93
94
[tool.poetry.group.dev.dependencies]
0 commit comments