rabbit: fix build, relax dependencies

This commit is contained in:
Pol Dellaiera
2025-03-07 12:25:45 +01:00
parent 94d0b41dd9
commit 8f6fc1e620
+4
View File
@@ -18,6 +18,10 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"numpy"
"scikit-learn"
"scipy"
"tqdm"
"urllib3"
];
build-system = with python3.pkgs; [