Global Python Install

This commit is contained in:
David C
2023-05-15 20:15:52 -04:00
parent 5ec1b183c0
commit 717a99be01
2 changed files with 17 additions and 0 deletions

View File

@@ -11,5 +11,8 @@
# PS2 Games # PS2 Games
pcsx2 pcsx2
# Switch / WiiU Games
cemu
]; ];
} }

View File

@@ -3,6 +3,20 @@
godot_4 godot_4
cbqn-replxx cbqn-replxx
(pkgs.python3.withPackages (p: with p; [
scipy
numpy
pandas
seaborn
requests
beautifulsoup4
tqdm
matplotlib
ipython
python-lsp-server
])
cudaPackages.cudatoolkit cudaPackages.cudatoolkit
cudaPackages.cudnn cudaPackages.cudnn
]; ];