This commit is contained in:
alsaiduq-lab 2025-03-16 13:38:47 -06:00
parent 4d736ca028
commit 9b30b99383
3 changed files with 41 additions and 4 deletions

View file

@ -1,4 +1,4 @@
{ lib, python310Packages, fetchPypi }:
{ lib, python310Packages, fetchPypi, python-pymatting }:
python310Packages.buildPythonPackage rec {
pname = "rembg";
@ -27,6 +27,7 @@ python310Packages.buildPythonPackage rec {
filetype
pooch
pympler
python-pymatting
scikit-image
scipy
tqdm