mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
[development] sort python packages
This commit is contained in:
parent
124e582896
commit
67d5ee8c48
1 changed files with 5 additions and 4 deletions
|
@ -27,14 +27,15 @@ in
|
|||
patchelf
|
||||
pkg-config
|
||||
(python3.withPackages (ps: with ps; [
|
||||
tqdm # progressbar in pandas
|
||||
jupyter # notebooks
|
||||
matplotlib
|
||||
numpy
|
||||
pandas
|
||||
matplotlib
|
||||
scipy
|
||||
scikitlearn
|
||||
pillow
|
||||
plotly
|
||||
scikitlearn
|
||||
scipy
|
||||
tqdm # progressbar in pandas
|
||||
]))
|
||||
ripgrep
|
||||
shellcheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue