rabbit: fix build, relax dependencies (#387879)

This commit is contained in:
Pol Dellaiera
2025-03-07 12:30:17 +01:00
committed by GitHub
+4
View File
@@ -18,6 +18,10 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"numpy"
"scikit-learn"
"scipy"
"tqdm"
"urllib3"
];
build-system = with python3.pkgs; [