Merge pull request #330747 from RomeoV/python3packages-fix-mlflow

python312Packages.mlflow: add `setuptools` to `propagatedBuildInputs`
This commit is contained in:
❄️ 2024-07-31 19:31:01 -03:00 committed by GitHub
commit d156aabee9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,9 +54,6 @@ buildPythonPackage rec {
# Remove currently broken dependency `shap`, a model explainability package.
# This seems quite unprincipled especially with tests not being enabled,
# but not mlflow has a 'skinny' install option which does not require `shap`.
nativeBuildInputs = [
setuptools
];
pythonRemoveDeps = [ "shap" ];
pythonRelaxDeps = [
"packaging"
@ -95,6 +92,7 @@ buildPythonPackage rec {
requests
scikit-learn
scipy
setuptools
#shap
simplejson
sqlalchemy