diff --git a/pkgs/development/python-modules/cometx/default.nix b/pkgs/development/python-modules/cometx/default.nix index dcb8d0a3dfd9..29fde5dac071 100644 --- a/pkgs/development/python-modules/cometx/default.nix +++ b/pkgs/development/python-modules/cometx/default.nix @@ -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.