python3Packages.mlflow: allow pandas 3 (#542004)

This commit is contained in:
Gaétan Lepage
2026-07-19 19:57:55 +00:00
committed by GitHub

View File

@@ -50,8 +50,11 @@ buildPythonPackage (finalAttrs: {
patch -p1 -d "$out/lib/python"*/site-packages < ${./subprocess-pythonpath.patch}
'';
# 3.14.0 dependency check fails with pandas >= 3.0. But the code changes required are minimal
# (strings are now `str` instead of `numpy.object`.)
pythonRelaxDeps = [
"cryptography"
"pandas"
];
dependencies = [