This commit is contained in:
alsaiduq-lab 2025-03-22 18:14:16 -06:00
parent f20ff92ba8
commit b7ac282ab0
8 changed files with 51 additions and 24 deletions

View file

@ -1,9 +1,9 @@
{
lib,
python310Packages,
python311Packages,
fetchPypi,
}:
python310Packages.buildPythonPackage rec {
python311Packages.buildPythonPackage rec {
pname = "pymatting";
version = "1.1.13";
format = "pyproject";
@ -13,12 +13,12 @@ python310Packages.buildPythonPackage rec {
hash = "sha256-LNt8S++s3e9Netwt6ONKJy3mOdYIrlwKCGE9+kJTgQE=";
};
nativeBuildInputs = with python310Packages; [
nativeBuildInputs = with python311Packages; [
setuptools
poetry-core
];
propagatedBuildInputs = with python310Packages; [
propagatedBuildInputs = with python311Packages; [
numpy
scipy
pillow