python312Packages.mlflow: relax gunicorn dependency

Upstream wants <23.0.0
This commit is contained in:
seth
2024-08-19 03:56:39 -04:00
parent 65e73f4d7a
commit 0b13615989
@@ -56,6 +56,7 @@ buildPythonPackage rec {
# but not mlflow has a 'skinny' install option which does not require `shap`.
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [
"gunicorn"
"packaging"
"pytz"
"pyarrow"