This commit is contained in:
alsaiduq-lab 2025-03-24 21:26:15 -06:00
parent 3a7ec9f943
commit e854d2515d
6 changed files with 82 additions and 40 deletions

View file

@ -31,8 +31,8 @@ python311Packages.buildPythonPackage rec {
];
propagatedBuildInputs = with python311Packages; [
numpy
setuptools
numpy
];
dontUseCmakeConfigure = true;