mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Some more python libs
This commit is contained in:
parent
7fe99da86b
commit
115a3823bf
@ -12,15 +12,18 @@
|
|||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(python-packages: with python-packages; [
|
(python-packages: with python-packages; [
|
||||||
graphviz
|
graphviz
|
||||||
|
html2text
|
||||||
hypothesis
|
hypothesis
|
||||||
matplotlib
|
matplotlib
|
||||||
numpy
|
numpy
|
||||||
|
openpyxl
|
||||||
pandas
|
pandas
|
||||||
pygments
|
pygments
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
scipy
|
|
||||||
scikit-learn
|
scikit-learn
|
||||||
|
scipy
|
||||||
xlsxwriter
|
xlsxwriter
|
||||||
|
yattag
|
||||||
z3
|
z3
|
||||||
]))
|
]))
|
||||||
(haskell.packages.ghc96.ghcWithPackages
|
(haskell.packages.ghc96.ghcWithPackages
|
||||||
|
Loading…
Reference in New Issue
Block a user