fix(devenv): maj devenv ; move pip to venv

This commit is contained in:
Henri Bourcereau 2025-03-02 11:50:20 +01:00
parent 8368b0d837
commit 899a690869
2 changed files with 11 additions and 28 deletions

View file

@ -9,14 +9,12 @@
# generate python classes from rust code (for AI training)
pkgs.maturin
# required to manually install generated python module in local venv
pkgs.python312Packages.pip
# required by python numpy (for AI training)
pkgs.libz
# for bevy
pkgs.alsaLib
pkgs.alsa-lib
pkgs.udev
# bevy fast compile
@ -58,6 +56,7 @@
uv.enable = true;
venv.enable = true;
venv.requirements = "
pip
gym
numpy
stable-baselines3