From a54270fc88f27a42f45850c1fa9de2bb411f8eed Mon Sep 17 00:00:00 2001 From: Chris Burroughs Date: Fri, 18 Oct 2024 21:08:45 -0400 Subject: [PATCH] add acryl-datahub[all] to big packages list acryl-datahub [1] contains many different extras for interactions with different data sources (postgres, S3, etc.). All of them together is >300 transitive dependencies and I think counts as "big" in the context of dependency sets. [1] https://pypi.org/project/acryl-datahub/ --- scenarios/big-packages.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scenarios/big-packages.toml b/scenarios/big-packages.toml index 442a409..41fc3db 100644 --- a/scenarios/big-packages.toml +++ b/scenarios/big-packages.toml @@ -227,3 +227,9 @@ python_version = "3.10" platform_system = "Linux" datetime = "2024-10-07 14:00:00" requirements = ["sktime[all-extras-pandas2]"] + +[acryl-datahub-all] +python_version = "3.11" +platform_system = "Linux" +datetime = "2024-10-18T00:00:00" +requirements = ["acryl-datahub[all]"]