add pyqtgraph

This commit is contained in:
topquark12 2022-06-01 12:32:18 +08:00 committed by Egor Savkin
parent e3e3237d2f
commit eac507e6c5
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
rustPlatform.rust.cargo
openocd dfu-util
] ++ (with python3Packages; [
numpy matplotlib
numpy matplotlib pyqtgraph
]);
};
defaultPackage.x86_64-linux = thermostat;