added streamline

This commit is contained in:
Gregory Bednov 2025-01-06 18:57:39 +03:00 committed by GitHub
commit 6f619d7858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@
tqdm tqdm
requests requests
opencv4 opencv4
streamlit
] ++ [ ultralyticsThop ]; ] ++ [ ultralyticsThop ];
# Patch to remove the strict version requirements that cause problems. # Patch to remove the strict version requirements that cause problems.
@ -68,6 +69,7 @@ mireapython = pkgs.python3.withPackages (ps: with ps; [
tqdm tqdm
requests requests
opencv4 opencv4
streamlit
matplotlib matplotlib
pillow pillow