add missing deps

This commit is contained in:
Osman Faruk Bayram 2025-07-31 18:47:00 +03:00
parent b72b02b5c1
commit da7ce676f0

View file

@ -13,6 +13,10 @@ let
with pkgs.python312Packages; [
pip
streamlit
matplotlib
pandas
numpy
seaborn
]
)
)