overlays/blender-foodogsquared: add more Python modules

This commit is contained in:
Gabriel Arazas 2023-10-02 14:16:44 +08:00
parent e321e03204
commit 881cbd6c8e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -6,6 +6,8 @@ final: prev:
packages = with prev.python3Packages; [
pandas
scipy
imageio
pillow
];
};
}