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,6 +1,6 @@
{lib, python310Packages, fetchurl}:
{lib, python311Packages, fetchurl}:
python310Packages.buildPythonPackage rec {
python311Packages.buildPythonPackage rec {
pname = "opencv-python-headless";
version = "4.9.0.80";
format = "wheel";
@ -10,7 +10,7 @@ python310Packages.buildPythonPackage rec {
sha256 = "976656362d68d9f40a5c66f83901430538002465f7db59142784f3893918f3df";
};
propagatedBuildInputs = with python310Packages; [
propagatedBuildInputs = with python311Packages; [
numpy
];