Global Python Install
This commit is contained in:
@@ -11,5 +11,8 @@
|
||||
|
||||
# PS2 Games
|
||||
pcsx2
|
||||
|
||||
# Switch / WiiU Games
|
||||
cemu
|
||||
];
|
||||
}
|
||||
|
||||
@@ -3,6 +3,20 @@
|
||||
godot_4
|
||||
cbqn-replxx
|
||||
|
||||
(pkgs.python3.withPackages (p: with p; [
|
||||
scipy
|
||||
numpy
|
||||
pandas
|
||||
seaborn
|
||||
requests
|
||||
beautifulsoup4
|
||||
tqdm
|
||||
matplotlib
|
||||
|
||||
ipython
|
||||
python-lsp-server
|
||||
])
|
||||
|
||||
cudaPackages.cudatoolkit
|
||||
cudaPackages.cudnn
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user