added
This commit is contained in:
parent
4d736ca028
commit
9b30b99383
3 changed files with 41 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue