auto format
This commit is contained in:
parent
d9746c34ae
commit
945140014b
2 changed files with 33 additions and 30 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{ lib,
|
||||
{
|
||||
lib,
|
||||
python311Packages,
|
||||
fetchPypi,
|
||||
stdenv,
|
||||
makeWrapper,
|
||||
cmake,
|
||||
pkg-config
|
||||
pkg-config,
|
||||
}:
|
||||
|
||||
python311Packages.buildPythonPackage rec {
|
||||
pname = "opencv-python-headless";
|
||||
version = "4.11.0.86";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
{ lib,
|
||||
{
|
||||
lib,
|
||||
python311Packages,
|
||||
fetchPypi,
|
||||
python-pymatting,
|
||||
python-opencv-headless
|
||||
python-opencv-headless,
|
||||
}:
|
||||
python311Packages.buildPythonPackage rec {
|
||||
pname = "rembg";
|
||||
|
|
@ -16,7 +17,8 @@ python311Packages.buildPythonPackage rec {
|
|||
poetry-core
|
||||
setuptools
|
||||
];
|
||||
propagatedBuildInputs = with python311Packages; [
|
||||
propagatedBuildInputs = with python311Packages;
|
||||
[
|
||||
onnxruntime
|
||||
pillow
|
||||
pooch
|
||||
|
|
@ -25,7 +27,8 @@ python311Packages.buildPythonPackage rec {
|
|||
tqdm
|
||||
aiohttp
|
||||
pytorch-bin
|
||||
] ++ [
|
||||
]
|
||||
++ [
|
||||
python-opencv-headless
|
||||
python-pymatting
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue