mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
Merge pull request #330747 from RomeoV/python3packages-fix-mlflow
python312Packages.mlflow: add `setuptools` to `propagatedBuildInputs`
This commit is contained in:
commit
d156aabee9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user