fix(devenv): maj devenv ; move pip to venv
This commit is contained in:
parent
8368b0d837
commit
899a690869
2 changed files with 11 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue