2022-04-15 06:45:15 +02:00
|
|
|
pkgs: {
|
|
|
|
paths = with pkgs; [
|
2022-05-09 00:45:37 +02:00
|
|
|
(octave.withPackages (packages: with packages; [
|
|
|
|
symbolic
|
|
|
|
]))
|
2022-05-04 02:35:10 +02:00
|
|
|
pipenv
|
2022-05-09 00:45:37 +02:00
|
|
|
(python39.withPackages (packages: with packages; [
|
2022-04-20 11:37:24 +02:00
|
|
|
numpy
|
|
|
|
scipy
|
|
|
|
sympy
|
|
|
|
matplotlib
|
2022-05-09 00:45:37 +02:00
|
|
|
]))
|
2022-05-17 05:43:18 +02:00
|
|
|
ghc
|
2022-04-15 06:45:15 +02:00
|
|
|
];
|
|
|
|
}
|