añade symbolic a la shenv de anpi
This commit is contained in:
parent
b14b0fa1ea
commit
a5ac598a47
|
@ -1,12 +1,14 @@
|
||||||
pkgs: {
|
pkgs: {
|
||||||
paths = with pkgs; [
|
paths = with pkgs; [
|
||||||
octave
|
(octave.withPackages (packages: with packages; [
|
||||||
|
symbolic
|
||||||
|
]))
|
||||||
pipenv
|
pipenv
|
||||||
(python39.withPackages ( packages: with packages; [
|
(python39.withPackages (packages: with packages; [
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
sympy
|
sympy
|
||||||
matplotlib
|
matplotlib
|
||||||
] ))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue