Skip to content

Commit

Permalink
python312Packages.asteroid-filterbanks: make linting dependencies opt…
Browse files Browse the repository at this point in the history
…ional
  • Loading branch information
corngood committed Nov 26, 2024
1 parent db1882e commit 3430b30
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,18 @@ buildPythonPackage rec {
propagatedBuildInputs = [
black
coverage
librosa
numpy
pytest
scipy
torch
];

optional-dependencies = {
all = [
librosa
scipy
];
};

pythonImportsCheck = [ "asteroid_filterbanks" ];

meta = with lib; {
Expand Down

0 comments on commit 3430b30

Please sign in to comment.