mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 04:03:04 +00:00
python310Packages.pynndescent: add input
This commit is contained in:
parent
c826d7826d
commit
b89bcd15f9
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, importlib-metadata
|
||||
, joblib
|
||||
, llvmlite
|
||||
, numba
|
||||
@ -28,6 +29,8 @@ buildPythonPackage rec {
|
||||
numba
|
||||
scikit-learn
|
||||
scipy
|
||||
] ++ lib.optionals (pythonOlder "3.8") [
|
||||
importlib-metadata
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user