python3Packages.cometx: Add missing runtime dependencies (#520976)

This commit is contained in:
Sandro
2026-05-17 19:24:19 +00:00
committed by GitHub
@@ -13,6 +13,9 @@
urllib3,
zipfile2,
tqdm,
reportlab,
streamlit,
boto3,
}:
buildPythonPackage rec {
@@ -40,6 +43,9 @@ buildPythonPackage rec {
urllib3
zipfile2
tqdm
reportlab
streamlit
boto3
];
# WARNING: Running the tests will create experiments, models, assets, etc.