should be good fr
This commit is contained in:
parent
7dc29b09c7
commit
62ad32fa11
2 changed files with 8 additions and 4 deletions
|
|
@ -16,10 +16,8 @@
|
|||
'';
|
||||
pythonEnv = pkgs.python311.buildEnv.override {
|
||||
extraLibs = with py; [
|
||||
customPkgs.python-pymatting
|
||||
customPkgs.python-opencv-headless
|
||||
customPkgs.python-rembg
|
||||
customPkgs.pythonPackages.numpy # should force the monkeypatch'd numpy
|
||||
numpy
|
||||
i3ipc
|
||||
pandas
|
||||
matplotlib
|
||||
|
|
@ -49,6 +47,7 @@ in {
|
|||
isort
|
||||
uv
|
||||
stdenv.cc.cc.lib
|
||||
python311
|
||||
];
|
||||
environment.variables = {
|
||||
PIP_PREFIX = "$HOME/.local";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue