python3Packages.mlflow: allow pandas 3

This commit is contained in:
Sarah Clark
2026-07-14 17:18:37 -07:00
parent ad741fcea5
commit b4f4906389
@@ -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 = [