flake: add scipy as it's a required dependency

This commit is contained in:
surtur 2022-11-13 20:10:45 +01:00
parent 2828f91dc2
commit 516e6375a4
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -100,6 +100,7 @@
python3Packages.numpy
python3Packages.pandas
python3Packages.matplotlib
python3Packages.scipy
poetry
];
};