python3Packages.databricks-sql-connector: relax pandas constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:23 +02:00
parent 55e072780f
commit 4b7835ff2c
@@ -33,6 +33,7 @@ buildPythonPackage rec {
};
pythonRelaxDeps = [
"pandas"
"pyarrow"
"thrift"
];