Better python packages

This commit is contained in:
xenia 2024-05-17 21:23:47 +02:00
parent 5a9f9ec190
commit 91d825d8cc
2 changed files with 5 additions and 1 deletions

View File

@ -170,6 +170,7 @@ face global Information rgb:44ccee+b
face global MatchingChar ,rgb:665c54+bF
## Filetype formatting
hook global BufSetOption filetype=rust %{

View File

@ -32,7 +32,10 @@ in rec {
rink numbat
ghc
( python310.withPackages (ps: with ps; [
ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))
numpy matplotlib sympy scipy pandas
pwntools z3 tqdm
pyusb usbtmc
ipython mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))
]))
( agda.withPackages (ps: with ps; [ standard-library cubical ]) )
typst