Unverified Commit 7e1e1dd7 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

rabbit: fix build, relax dependencies (#387879)

parents e8438127 8f6fc1e6
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; [