mirror of
https://github.com/larstvei/nix-config.git
synced 2024-11-26 08:58:31 +00:00
Add some Python packages
This commit is contained in:
parent
946d46dd13
commit
aede6595d6
@ -17,10 +17,14 @@
|
|||||||
]))
|
]))
|
||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(python-packages: with python-packages; [
|
(python-packages: with python-packages; [
|
||||||
hypothesis
|
|
||||||
graphviz
|
graphviz
|
||||||
z3
|
hypothesis
|
||||||
|
matplotlib
|
||||||
|
numpy
|
||||||
|
pandas
|
||||||
pygments
|
pygments
|
||||||
|
scipy
|
||||||
|
z3
|
||||||
]))
|
]))
|
||||||
bat
|
bat
|
||||||
cbqn
|
cbqn
|
||||||
|
Loading…
Reference in New Issue
Block a user