Commit 8f6fc1e6 authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

rabbit: fix build, relax dependencies

parent 94d0b41d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = [
    "numpy"
    "scikit-learn"
    "scipy"
    "tqdm"
    "urllib3"
  ];

  build-system = with python3.pkgs; [