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
|
patchelf
|
||||||
pkg-config
|
pkg-config
|
||||||
(python3.withPackages (ps: with ps; [
|
(python3.withPackages (ps: with ps; [
|
||||||
tqdm # progressbar in pandas
|
|
||||||
jupyter # notebooks
|
jupyter # notebooks
|
||||||
|
matplotlib
|
||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
matplotlib
|
|
||||||
scipy
|
|
||||||
scikitlearn
|
|
||||||
pillow
|
pillow
|
||||||
|
plotly
|
||||||
|
scikitlearn
|
||||||
|
scipy
|
||||||
|
tqdm # progressbar in pandas
|
||||||
]))
|
]))
|
||||||
ripgrep
|
ripgrep
|
||||||
shellcheck
|
shellcheck
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue