rabbit: fix build, relax dependencies
This commit is contained in:
@@ -18,6 +18,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"numpy"
|
||||
"scikit-learn"
|
||||
"scipy"
|
||||
"tqdm"
|
||||
"urllib3"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user